Created
November 2, 2020 15:26
-
-
Save alexcrichton/cbf8dfe0637ce8a24f7ccca6db24383b to your computer and use it in GitHub Desktop.
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 | |
(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