-
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.
- Loading branch information
1 parent
0558a47
commit 0195404
Showing
15 changed files
with
139 additions
and
1,887 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
Submodule sf2-service
updated
from 261dcd to 1c8457
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 was deleted.
Oops, something went wrong.
Binary file not shown.
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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,68 @@ | ||
(module | ||
(type (;0;) (func (result i32))) | ||
(type (;1;) (func)) | ||
(type (;2;) (func (param i32))) | ||
(type (;3;) (func (param i32) (result i32))) | ||
(func (;0;) (type 1) | ||
call 2) | ||
(func (;1;) (type 1) | ||
block ;; label = @1 | ||
i32.const 1 | ||
i32.eqz | ||
br_if 0 (;@1;) | ||
call 0 | ||
end) | ||
(func (;2;) (type 1) | ||
i32.const 65536 | ||
global.set 2 | ||
i32.const 0 | ||
i32.const 15 | ||
i32.add | ||
i32.const -16 | ||
i32.and | ||
global.set 1) | ||
(func (;3;) (type 0) (result i32) | ||
global.get 0 | ||
global.get 1 | ||
i32.sub) | ||
(func (;4;) (type 0) (result i32) | ||
global.get 2) | ||
(func (;5;) (type 0) (result i32) | ||
global.get 1) | ||
(func (;6;) (type 0) (result i32) | ||
i32.const 65536) | ||
(func (;7;) (type 0) (result i32) | ||
global.get 0) | ||
(func (;8;) (type 2) (param i32) | ||
local.get 0 | ||
global.set 0) | ||
(func (;9;) (type 3) (param i32) (result i32) | ||
(local i32 i32) | ||
global.get 0 | ||
local.get 0 | ||
i32.sub | ||
i32.const -16 | ||
i32.and | ||
local.tee 1 | ||
global.set 0 | ||
local.get 1) | ||
(func (;10;) (type 0) (result i32) | ||
global.get 0) | ||
(table (;0;) 2 2 funcref) | ||
(memory (;0;) 256 256) | ||
(global (;0;) (mut i32) (i32.const 65536)) | ||
(global (;1;) (mut i32) (i32.const 0)) | ||
(global (;2;) (mut i32) (i32.const 0)) | ||
(export "memory" (memory 0)) | ||
(export "_initialize" (func 1)) | ||
(export "__indirect_function_table" (table 0)) | ||
(export "__errno_location" (func 6)) | ||
(export "emscripten_stack_init" (func 2)) | ||
(export "emscripten_stack_get_free" (func 3)) | ||
(export "emscripten_stack_get_base" (func 4)) | ||
(export "emscripten_stack_get_end" (func 5)) | ||
(export "stackSave" (func 7)) | ||
(export "stackRestore" (func 8)) | ||
(export "stackAlloc" (func 9)) | ||
(export "emscripten_stack_get_current" (func 10)) | ||
(elem (;0;) (i32.const 1) 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
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