wasmtime-ex
wasmtime-ex copied to clipboard
Refactor Rust NIF crate to use `rustler::resource!` macro
Refactor Rust NIF crate to use rustler::resource! macro.
This would make it easier to evolve the NIF crate, including removing some lazy_static usage.