Read stack values based on state map.

This commit is contained in:
losfair
2019-06-12 22:02:15 +08:00
parent 00b6bf632a
commit 32008eba88
8 changed files with 599 additions and 144 deletions

View File

@@ -3,7 +3,7 @@
(func $stack_read (import "wasi_unstable" "stack_read") (type $t1))
(func $_start (export "_start")
(if (i32.ne (call $fib (i32.const 10)) (i32.const 55))
(if (i32.ne (call $fib (i32.const 1)) (i32.const 1))
(then unreachable)
)
)