abiA
Deno3y ago
abi

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?
Was this page helpful?