summaryrefslogtreecommitdiff
path: root/examples/wasm/global.wat
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-18 15:01:30 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-18 15:01:30 +0100
commit8f33b67404160ce8cf35a22c0d0993112b5abe9c (patch)
treea94aa18a777d4d47c1b5dbc25abe0851883938c2 /examples/wasm/global.wat
parent45c740b7d7553d3016cf5c73b891f512a9975afe (diff)
feat: global parsing, improve testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/wasm/global.wat')
-rw-r--r--examples/wasm/global.wat1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wasm/global.wat b/examples/wasm/global.wat
new file mode 100644
index 0000000..22bde45
--- /dev/null
+++ b/examples/wasm/global.wat
@@ -0,0 +1 @@
+(module (global i32 (i32.const 0))) \ No newline at end of file