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
(module | |
(type (;0;) (func (result i32))) | |
(type (;1;) (func (param i32))) | |
(type (;2;) (func (param i64 i64 i64 i64) (result i64))) | |
(type (;3;) (func (param i32 i32 i32) (result i32))) | |
(type (;4;) (func (param i64 i64 i64) (result i64))) | |
(type (;5;) (func (param i64 i64))) | |
(type (;6;) (func (param i32 i32))) | |
(type (;7;) (func (param i32 i32 i32))) | |
(type (;8;) (func (param i64 i64) (result i64))) | |
(type (;9;) (func (param f64) (result i64))) | |
(import "go" "debug" (func (;0;) (type 1))) | |
(import "go" "runtime.wasmExit" (func (;1;) (type 1))) | |
: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment