mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-29 17:02:16 +00:00
43 lines
869 B
Plaintext
43 lines
869 B
Plaintext
|
(module
|
||
|
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
|
||
|
(type $FUNCSIG$v (func))
|
||
|
(import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32)))
|
||
|
(memory $0 1)
|
||
|
(data (i32.const 8) "\12\00\00\00\01\00\00\00\01\00\00\00\12\00\00\00r\00t\00/\00i\00d\00s\00.\00t\00s\00")
|
||
|
(table $0 1 funcref)
|
||
|
(elem (i32.const 0) $null)
|
||
|
(export "memory" (memory $0))
|
||
|
(start $start)
|
||
|
(func $start:rt/ids (; 1 ;) (type $FUNCSIG$v)
|
||
|
i32.const 0
|
||
|
i32.const 0
|
||
|
i32.eq
|
||
|
i32.eqz
|
||
|
if
|
||
|
i32.const 0
|
||
|
i32.const 24
|
||
|
i32.const 1
|
||
|
i32.const 0
|
||
|
call $~lib/builtins/abort
|
||
|
unreachable
|
||
|
end
|
||
|
i32.const 1
|
||
|
i32.const 1
|
||
|
i32.eq
|
||
|
i32.eqz
|
||
|
if
|
||
|
i32.const 0
|
||
|
i32.const 24
|
||
|
i32.const 2
|
||
|
i32.const 0
|
||
|
call $~lib/builtins/abort
|
||
|
unreachable
|
||
|
end
|
||
|
)
|
||
|
(func $start (; 2 ;) (type $FUNCSIG$v)
|
||
|
call $start:rt/ids
|
||
|
)
|
||
|
(func $null (; 3 ;) (type $FUNCSIG$v)
|
||
|
)
|
||
|
)
|