mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
This is not necessary because references are FFI-safe and compatible with corresponding pointers, so we can just use them directly as an input. Fixes #1540.