mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 16:02:16 +00:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
(module
|
|
(type $v (func))
|
|
(global $HEAP_BASE i32 (i32.const 8))
|
|
(table 1 1 anyfunc)
|
|
(elem (i32.const 0) $null)
|
|
(memory $0 0)
|
|
(export "memory" (memory $0))
|
|
(func $null (; 0 ;) (type $v)
|
|
)
|
|
)
|