1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-13 11:02:19 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Divy Srivastava
c416553a6b
chore(ext/ffi): remove dependency on stdint.h (#15294) 2022-08-04 21:03:50 +02:00
Aapo Alasuutari
3893ce848c
feat(ext/ffi): Safe number pointers (#15173) 2022-08-04 20:59:14 +02:00
Aapo Alasuutari
007e1b4bd5
fix(ext/ffi): i64 arg to C mapping was wrong (#15162) 2022-07-12 16:14:54 +05:30
Aapo Alasuutari
d725cb28ca
feat(ext/ffi): Support 64 bit parameters in Fast API calls (#15140)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2022-07-12 08:20:20 +05:30
Divy Srivastava
77d065e034
fix(ext/ffi): trampoline for fast calls (#15139) 2022-07-12 06:33:05 +05:30