Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexcrichton/1c5eadffbba7d6af5db3ed28a34a0a84 to your computer and use it in GitHub Desktop.
Save alexcrichton/1c5eadffbba7d6af5db3ed28a34a0a84 to your computer and use it in GitHub Desktop.
(module
(import "" "" (func (param i64 i64 i64 i64 i64 i64 i64 i64 i64)))
(func (export "a")
i64.const 0
i64.const 1
i64.const 2
i64.const 3
i64.const 4
i64.const 5
i64.const 6
i64.const 7
i64.const 8
call 0
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment