-
Notifications
You must be signed in to change notification settings - Fork 14
Propose to phase 4 #32
Comments
For toolchain support in emscripten specifically we'll need to stop "legalizing" i64s into pairs of i32s, and handle the receiving of bigints in the JS support code. I hope to look into that soon. |
|
That's more of a workaround though, rather than implementing the proposal. So just like emscripten, it would need to be rewritten. |
@CryZe you are right, I misread the PR. |
The emscripten work for BigInt has landed: emscripten-core/emscripten#10860 That uses BigInts on wasm imports and exports of i64s, so it changes the FFI between wasm and JS. (So far we don't use |
CG approved in the 2020-05-12 meeting. |
Entry requirements:
The formalization and the reference interpreter are usually updated (though these two can be done as part of step 3 at the Working Group chair's discretion).The text was updated successfully, but these errors were encountered: