Guest User

Untitled

a guest
Jan 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (module
  2. (table 0 anyfunc)
  3. (memory $0 1)
  4. (export "memory" (memory $0))
  5. (export "_Z6addTeni" (func $_Z6addTeni))
  6. (func $_Z6addTeni (; 0 ;) (param $0 i32) (result i32)
  7. (i32.add
  8. (get_local $0)
  9. (i32.const 10)
  10. )
  11. )
  12. )
Add Comment
Please, Sign In to add comment