mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +00:00
Rename memory instructions; Rework constant handling
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
(module
|
||||
(type $i (func (result i32)))
|
||||
(memory $0 0)
|
||||
(export "test" (func $class-with-boolean-field/test))
|
||||
(export "memory" (memory $0))
|
||||
(export "test" (func $class-with-boolean-field/test))
|
||||
(func $class-with-boolean-field/test (; 0 ;) (type $i) (result i32)
|
||||
(i32.store8
|
||||
(i32.const 0)
|
||||
|
Reference in New Issue
Block a user