summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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