mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-27 13:41:48 +00:00
fix
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
(type $FUNCSIG$v (func))
|
||||
(import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32)))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\10\00\00\00.")
|
||||
(data (i32.const 24) "p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s")
|
||||
(global $portable-conversions/i (mut i32) (i32.const 1))
|
||||
(global $portable-conversions/I (mut i64) (i64.const 1))
|
||||
(global $portable-conversions/f (mut f32) (f32.const 1))
|
||||
(global $portable-conversions/F (mut f64) (f64.const 1))
|
||||
(data (i32.const 8) ".\00\00\00\01\00\00\00\01\00\00\00.\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s")
|
||||
(global $portable-conversions/i i32 (i32.const 1))
|
||||
(global $portable-conversions/I i64 (i64.const 1))
|
||||
(global $portable-conversions/f f32 (f32.const 1))
|
||||
(global $portable-conversions/F f64 (f64.const 1))
|
||||
(export "memory" (memory $0))
|
||||
(start $start)
|
||||
(func $start:portable-conversions (; 1 ;) (type $FUNCSIG$v)
|
||||
|
Reference in New Issue
Block a user