mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-15 07:11:19 +00:00
This is currently required by our ABI for wasm-bindgen where `None` js values going out have an index of 0 and are intended to be `undefined`. This also refactors initialization a bit to be slightly more generic over the constants we already have defined in this module.