Wasm bindgen is an absolute nightmare of auto-generated function names. From a purely performance/functionality perspective it works but it’s hella ugly. I hope some alternative arrives at some point.
Wasm bindgen is an absolute nightmare of auto-generated function names. From a purely performance/functionality perspective it works but it’s hella ugly. I hope some alternative arrives at some point.
I take it you’re not a fan of the borrow rules?
Would you rather manage your memory yourself, or would you rather use a language with a runtime?
Those are your only 2 remaining options for managing memory if you exclude rust-like reference constraints.