forked from wasmi-labs/wasmi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow mutable exported global (wasmi-labs#228)
* Allow mutable exported global. * Update test for mutable global which is now legal.
- Loading branch information
1 parent
d35bb3c
commit e8d5fb6
Showing
3 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
Submodule testsuite
updated
19 files
+557 −71 | address.wast | |
+836 −3 | align.wast | |
+19 −2 | binary.wast | |
+801 −20 | block.wast | |
+222 −0 | br_if.wast | |
+1 −1 | br_table.wast | |
+1 −1 | float_exprs.wast | |
+8 −0 | float_literals.wast | |
+1 −1 | float_misc.wast | |
+3 −19 | globals.wast | |
+293 −0 | if.wast | |
+33 −0 | linking.wast | |
+122 −0 | loop.wast | |
+0 −93 | memory.wast | |
+97 −0 | memory_grow.wast | |
+10 −0 | names.wast | |
+134 −2 | nop.wast | |
+18 −0 | return.wast | |
+64 −0 | unwind.wast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters