rtti & refactoring

This commit is contained in:
dcode
2019-04-06 20:17:48 +02:00
parent a9e4813798
commit e1070cee86
266 changed files with 23295 additions and 33925 deletions

View File

@ -3,14 +3,11 @@
(type $FUNCSIG$ij (func (param i64) (result i32)))
(type $FUNCSIG$v (func))
(memory $0 1)
(data (i32.const 8) "\01")
(data (i32.const 16) "\01\00\00\00\02\00\00\00a")
(data (i32.const 32) "\01\00\00\00\04\00\00\00a\00b")
(data (i32.const 48) "\01\00\00\00\06\00\00\00a\00b\00c")
(table $0 1 funcref)
(elem (i32.const 0) $null)
(data (i32.const 8) "\10")
(data (i32.const 16) "\10\00\00\00\02\00\00\00a")
(data (i32.const 32) "\10\00\00\00\04\00\00\00a\00b")
(data (i32.const 48) "\10\00\00\00\06\00\00\00a\00b\00c")
(export "memory" (memory $0))
(export "table" (table $0))
(start $start)
(func $~lib/util/hash/hashStr (; 0 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)