mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 22:21:50 +00:00
Progress and a tiny WASM binary parser
This commit is contained in:
5
tests/compiler/closure.untouched.wat
Normal file
5
tests/compiler/closure.untouched.wat
Normal file
@ -0,0 +1,5 @@
|
||||
(module
|
||||
(global $HEAP_BASE i32 (i32.const 4))
|
||||
(memory $0 1)
|
||||
(export "memory" (memory $0))
|
||||
)
|
Reference in New Issue
Block a user