mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-12 05:47:15 +00:00
The last write accidentally wasn't accounted for in the returned length of the string and we unfortunately don't have any test coverage of `encodeInto` since it requires Firefox nightly right now (and doesn't work in Node yet). Closes #1436