mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 04:31:43 +00:00
Update Binaryen and take care of WebAssembly/binaryen#1547
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
(module
|
||||
(type $i (func (result i32)))
|
||||
(global $HEAP_BASE i32 (i32.const 4))
|
||||
(global $HEAP_BASE i32 (i32.const 8))
|
||||
(memory $0 1)
|
||||
(export "default" (func $named-export-default/get3))
|
||||
(export "memory" (memory $0))
|
||||
|
Reference in New Issue
Block a user