mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +00:00
Turns out `heap.fill(undefined)` is required to ensure it's a dense array, otherwise we'll accidentally be a sparse array and much slower than necessary!