1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/ffi
Colin Ihrig cf866c5ad3
chore: Forward v1.22.3 to main (#14835)
* 1.22.3 (#14832)
* chore: pin swc versions to fix cargo publish

Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-06-09 16:57:16 -04:00
..
00_ffi.js feat(ext/ffi): support passing and returning bigints (#14523) 2022-06-08 16:43:10 +05:30
Cargo.toml chore: Forward v1.22.3 to main (#14835) 2022-06-09 16:57:16 -04:00
lib.rs feat(ext/ffi): support passing and returning bigints (#14523) 2022-06-08 16:43:10 +05:30
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_ffi

This crate implements dynamic library ffi.