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