Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Last active March 30, 2018 06:42
Show Gist options
  • Save gskachkov/170abb70cfbcddbbbba770475acaebf2 to your computer and use it in GitHub Desktop.
Save gskachkov/170abb70cfbcddbbbba770475acaebf2 to your computer and use it in GitHub Desktop.
(func $calc_i32 (; 0 ;) (param $0 i32) (result i32)
(
(get_local $0)
(i32.const 10)
i32.mul)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment