Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created November 2, 2020 15:26
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 alexcrichton/cbf8dfe0637ce8a24f7ccca6db24383b to your computer and use it in GitHub Desktop.
Save alexcrichton/cbf8dfe0637ce8a24f7ccca6db24383b to your computer and use it in GitHub Desktop.
(module
(func $test (param i32) (result externref)
i32.const 0
if
else
end
local.get 0
table.get 0
)
(table 4 externref)
(export "test" (func $test))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment