mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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!