Files: ef2bd6aff34a889b871ba0df64660c209670a621 / tests / wast / singleI64Global.wast
83 bytesRaw
1 | (module |
2 | (global $a (mut i64) (i64.const -2)) |
3 | (func) |
4 | (export "e" (func 0)) |
5 | ) |
6 |
Built with git-ssb-web
1 | (module |
2 | (global $a (mut i64) (i64.const -2)) |
3 | (func) |
4 | (export "e" (func 0)) |
5 | ) |
6 |
Built with git-ssb-web