abi
abi17mo ago

Using Rust FFI in a public Deno module

I'm writing a Deno module that I intend to publish on deno.land. It will be using a Rust library (public crate) via FFI. Are there any examples on how to do this properly?
2 Replies
ioB
ioB17mo ago
@load1n9 any thoughts here?
loading...
loading...17mo ago
@.abiabi we don't really have too many examples but you could check the GitHub workflow files for https://github.com/load1n9/neko
GitHub
GitHub - load1n9/neko: frame buffer deno module built on top of min...
frame buffer deno module built on top of mini_fb with canvas api implementation and a webgpu renderer - GitHub - load1n9/neko: frame buffer deno module built on top of mini_fb with canvas api imple...