mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 20:21:48 +00:00
Rename memory instructions; Rework constant handling
This commit is contained in:
@ -11,13 +11,13 @@
|
||||
(elem (i32.const 0) $inlining/test_funcs~anonymous|0)
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\0b\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00.\00t\00s\00")
|
||||
(export "test" (func $inlining/test))
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "test" (func $inlining/test))
|
||||
(start $start)
|
||||
(func $inlining/test (; 1 ;) (type $i) (result i32)
|
||||
(i32.add
|
||||
(i32.const 1)
|
||||
(get_global $inlining/constantGlobal)
|
||||
(i32.const 2)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user