-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spec testsuite submodule (#1618)
- Loading branch information
1 parent
1bf990b
commit 0ef50ac
Showing
10 changed files
with
572 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
(module | ||
(type (;0;) (func (param i32) (result i32))) | ||
(func (;0;) (type 0) (param i32) (result i32) | ||
local.get 0 | ||
i32.load8_u | ||
) | ||
(memory (;0;) 1 1) | ||
(global (;0;) i32 i32.const 10000) | ||
(global (;1;) i32 i32.const 10000) | ||
(global (;2;) i32 i32.const 10000) | ||
(export "memory" (memory 0)) | ||
(export "__data_end" (global 0)) | ||
(export "__stack_top" (global 1)) | ||
(export "__heap_base" (global 2)) | ||
(export "load" (func 0)) | ||
) |
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
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
Oops, something went wrong.