handle call_indirect properly in raw instruction case

This commit is contained in:
Ilya Rezvov
2018-02-23 16:17:11 -08:00
parent a30e6676ff
commit 97ae291be5
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
(module
(type $t (func (param i32) (result i32)))
(func (export "fac-expr") (param $n i64) (result i64)
(local $i i64)
(local $res i64)