-
### Suggestion
A `readCString` or similar function in maybe `Deno.DynamicLibrary` that accepts a pointer (as `BigInt`) and returns the C String.
### Why?
When working with FFI, it's pretty co…
-
When building on aarch64, the following error occurs.
```
error[E0308]: mismatched types
--> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_ffi-0.16.0/lib.rs:612:30
|
61…
-
I propose adding two new classes: `UnsafePointer` and `UnsafePointerView` to the Deno namespace. The name itself would suggest that it is unsafe (inspired from [Swift](https://developer.apple.com/docu…
-
When I attempt to run `cargo install`, build fails as follows whereas `cargo build --release` works fine...
```
$ cargo install --path server --bin chiseld
Installing server v0.1.0 (/Users/penb…
-
Hello, I have been working on getting this crate to work on Deno. However, I have had to copy and paste your struct code then derive `From for MY_STRUCT` then `From for YOUR_STRUCT` them to pass them…
-
Hello, the current FFI system is pretty nice to use and definitely better than nothing. However, the synchronous nature of `Deno.dlopen` is quite limiting. For example, I am currently working on a m…
-
Operating system
macos 12.6
OpenCV version
opencv: 4.5.4 (brew install opencv)
rustc version (rustc --version)
rustc 1.69.0
5. Attach the full output of the following command from your proje…
-
Hello, it would be nice if Deno could make use of the [import assertions proposal](https://github.com/tc39/proposal-import-assertions) with its FFI system. This would not only allow for static analys…
-
Are there any plans to support Deno? I've tried to import it, but get errors about missing ./pkg directory.
When importing from Skypack https://cdn.skypack.dev/@parcel/css...
```
@parcel/css/na…
-
When I tried to use the library I get this message.
```sh
error: Uncaught Error: Could not obtain symbol from the library: dlsym(0x7fc7e8531920, init): symbol not found
Deno.openPlugin("./libden…