We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923e90d commit c502119Copy full SHA for c502119
proposals/extended-const/Overview.md
@@ -45,6 +45,13 @@ instruction:
45
- `i64.sub`
46
- `i64.mul`
47
48
+## Implementation Status
49
+
50
+- spec interpreter: Done
51
+- wabt: [Done](https://github.com/WebAssembly/debugging/issues/17#issuecomment-1041130743)
52
+- Firefox: [Done](https://github.com/WebAssembly/debugging/issues/17#issuecomment-1041130743)
53
+- v8: [WIP](https://bugs.chromium.org/p/v8/issues/detail?id=12089)
54
55
[spec]: https://webassembly.github.io/spec/core/valid/instructions.html#constant-expressions
56
[presentation]: https://docs.google.com/presentation/d/1sM9mJJ6iM7D8324ipYxot91hSKnWCtB8jX4Kh3bde5E
57
[abi]: https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md
0 commit comments