Skip to content

Commit 28b8b51

Browse files
Fix memory operations (#101)
* fix: symbol name for combined z3 model * compute composed model by z3::model directly * move antlr interp files to .antlr folder so we can debug them in vscode * fix load syntax * support all memory operations * a note * remove a print in test
1 parent 583c340 commit 28b8b51

File tree

10 files changed

+1882
-1206
lines changed

10 files changed

+1882
-1206
lines changed

benchmarks/wasm/long_loop.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
i32.add
1717
local.set 1
1818
local.get 0
19-
call 0
19+
drop
2020
local.get 0
2121
i32.const 100000
2222
i32.lt_s

0 commit comments

Comments
 (0)