mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-04 10:02:17 +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!