Skip to content

Commit 37de846

Browse files
authored
Address Wasm64 support
1 parent 9e1a847 commit 37de846

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

proposals/js-text-encoding-builtins/Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,7 @@ The JS String Builtins proposal already exposes [`"wasm:js-string" "substring"`]
213213
### `"wasm:text-encoding"` vs `"wasm:js/text-encoding"`.
214214

215215
There is an [ongoing discussion](https://github.com/WebAssembly/esm-integration/issues/118) to change the mapping for JS builtins. Either convention works for us in this proposal.
216+
217+
### Why do the provided functions take `i64` instead of `i32`?
218+
219+
This enables support for the Memory64 proposal.

0 commit comments

Comments
 (0)