feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)

This commit is contained in:
Elias Sjögreen 2021-12-15 15:41:49 +01:00 committed by GitHub
parent 4d176b7b7c
commit ee49cce726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 591 additions and 52 deletions

View file

@ -135,6 +135,8 @@
createHttpClient: __bootstrap.fetch.createHttpClient,
http: __bootstrap.http,
dlopen: __bootstrap.ffi.dlopen,
UnsafePointer: __bootstrap.ffi.UnsafePointer,
UnsafePointerView: __bootstrap.ffi.UnsafePointerView,
flock: __bootstrap.fs.flock,
flockSync: __bootstrap.fs.flockSync,
funlock: __bootstrap.fs.funlock,