Skip to content

Instantly share code, notes, and snippets.

@patricoferris
Last active January 16, 2019 22:42
Show Gist options
  • Save patricoferris/98f9d70b0486d6ec426752f8f442e62d to your computer and use it in GitHub Desktop.
Save patricoferris/98f9d70b0486d6ec426752f8f442e62d to your computer and use it in GitHub Desktop.
(module
(type $type0 (func (param i32) (result i32)))
(table 0 anyfunc)
(memory 1)
(export "memory" memory)
(export "main" $func0)
(func $func0 (param $var0 i32) (result i32)
get_local $var0
i32.const 10
i32.add
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment