mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-27 21:51:47 +00:00
rtti & refactoring
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
(module
|
||||
(type $FUNCSIG$v (func))
|
||||
(memory $0 0)
|
||||
(table $0 1 funcref)
|
||||
(elem (i32.const 0) $start)
|
||||
(global $export/a i32 (i32.const 1))
|
||||
(global $export/b i32 (i32.const 2))
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "a" (global $export/a))
|
||||
(export "renamed_a" (global $export/a))
|
||||
(export "renamed_b" (global $export/b))
|
||||
|
Reference in New Issue
Block a user