Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created January 21, 2019 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/f5adba97685856cd3673a46c5f52e0b6 to your computer and use it in GitHub Desktop.
Save goofmint/f5adba97685856cd3673a46c5f52e0b6 to your computer and use it in GitHub Desktop.
(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