implement __runtime_flags

This commit is contained in:
dcode
2019-04-05 01:59:01 +02:00
parent ed32a4c8ba
commit a9e4813798
90 changed files with 14549 additions and 7499 deletions

View File

@ -8,10 +8,10 @@
(memory $0 1)
(data (i32.const 8) "\01\00\00\00\16")
(data (i32.const 24) "h\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d")
(data (i32.const 48) "\01\00\00\00\1e")
(data (i32.const 64) "~\00l\00i\00b\00/\00r\00u\00n\00t\00i\00m\00e\00.\00t\00s")
(data (i32.const 96) "\01\00\00\00*")
(data (i32.const 112) "s\00t\00d\00/\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s")
(data (i32.const 48) "\01\00\00\00(")
(data (i32.const 64) "~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00r\00u\00n\00t\00i\00m\00e\00.\00t\00s")
(data (i32.const 104) "\01\00\00\00*")
(data (i32.const 120) "s\00t\00d\00/\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s")
(table $0 1 funcref)
(elem (i32.const 0) $null)
(global $~lib/allocator/arena/startOffset (mut i32) (i32.const 0))
@ -19,7 +19,7 @@
(global $~lib/capabilities i32 (i32.const 2))
(export "memory" (memory $0))
(export "table" (table $0))
(export ".capabilities" (global $~lib/capabilities))
(export "$.capabilities" (global $~lib/capabilities))
(start $start)
(func $~lib/allocator/arena/__mem_allocate (; 1 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
@ -83,7 +83,7 @@
global.set $~lib/allocator/arena/offset
local.get $1
)
(func $~lib/runtime/runtime.allocate (; 2 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(func $~lib/util/runtime/allocate (; 2 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
i32.const 1
i32.const 32
@ -110,16 +110,16 @@
i32.const 16
i32.add
)
(func $~lib/runtime/runtime.register (; 3 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(func $~lib/util/runtime/register (; 3 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
local.get $0
i32.const 156
i32.const 164
i32.le_u
if
i32.const 0
i32.const 64
i32.const 82
i32.const 6
i32.const 128
i32.const 4
call $~lib/env/abort
unreachable
end
@ -133,8 +133,8 @@
if
i32.const 0
i32.const 64
i32.const 84
i32.const 6
i32.const 130
i32.const 4
call $~lib/env/abort
unreachable
end
@ -229,7 +229,7 @@
i32.ne
if
i32.const 0
i32.const 112
i32.const 120
i32.const 9
i32.const 2
call $~lib/env/abort
@ -241,7 +241,7 @@
i32.eqz
if
i32.const 0
i32.const 112
i32.const 120
i32.const 10
i32.const 2
call $~lib/env/abort
@ -250,14 +250,14 @@
)
(func $start:std/object-literal (; 7 ;) (type $FUNCSIG$v)
(local $0 i32)
i32.const 160
i32.const 168
global.set $~lib/allocator/arena/startOffset
global.get $~lib/allocator/arena/startOffset
global.set $~lib/allocator/arena/offset
i32.const 8
call $~lib/runtime/runtime.allocate
call $~lib/util/runtime/allocate
i32.const 2
call $~lib/runtime/runtime.register
call $~lib/util/runtime/register
local.tee $0
i32.const 1
i32.store
@ -267,9 +267,9 @@
local.get $0
call $std/object-literal/bar
i32.const 4
call $~lib/runtime/runtime.allocate
call $~lib/util/runtime/allocate
i32.const 3
call $~lib/runtime/runtime.register
call $~lib/util/runtime/register
local.tee $0
i32.const 2
i32.store
@ -279,16 +279,16 @@
i32.ne
if
i32.const 0
i32.const 112
i32.const 120
i32.const 26
i32.const 2
call $~lib/env/abort
unreachable
end
i32.const 4
call $~lib/runtime/runtime.allocate
call $~lib/util/runtime/allocate
i32.const 3
call $~lib/runtime/runtime.register
call $~lib/util/runtime/register
local.tee $0
i32.const 3
i32.store
@ -298,7 +298,7 @@
i32.ne
if
i32.const 0
i32.const 112
i32.const 120
i32.const 21
i32.const 4
call $~lib/env/abort