Investigate custom try-catch support

This commit is contained in:
dcode
2019-06-13 15:33:43 +02:00
parent 9cc5608e5e
commit 40dd9252b3
148 changed files with 129001 additions and 96080 deletions

View File

@ -9,6 +9,7 @@
(memory $0 0)
(table $0 1 funcref)
(elem (i32.const 0) $null)
(global $~lib/error (mut i32) (i32.const 0))
(global $binary/b (mut i32) (i32.const 0))
(global $binary/i (mut i32) (i32.const 0))
(global $binary/I (mut i64) (i64.const 0))