mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 15:31:31 +00:00
Progress and a tiny WASM binary parser
This commit is contained in:
4
tests/compiler/closure.optimized.wat
Normal file
4
tests/compiler/closure.optimized.wat
Normal file
@ -0,0 +1,4 @@
|
||||
(module
|
||||
(memory $0 1)
|
||||
(export "memory" (memory $0))
|
||||
)
|
Reference in New Issue
Block a user