diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-18 15:01:30 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-18 15:01:30 +0100 |
| commit | 8f33b67404160ce8cf35a22c0d0993112b5abe9c (patch) | |
| tree | a94aa18a777d4d47c1b5dbc25abe0851883938c2 /examples/wasm | |
| parent | 45c740b7d7553d3016cf5c73b891f512a9975afe (diff) | |
feat: global parsing, improve testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/wasm')
| -rw-r--r-- | examples/wasm/global.wat | 1 |
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 |
