You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than using wasm-bindgen we could use the new v3 of napi-rs.
Historically, napi-rs has been the easiest way to create native add-ons from Rust. In v3 they've added wasm support too. This means from the same code we could generate both native add-ons and wasm.