We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a4e6f commit 314ff5fCopy full SHA for 314ff5f
.github/workflows/scala.yml
@@ -79,3 +79,4 @@ jobs:
79
sbt 'testOnly gensym.wasm.TestConcolic'
80
sbt 'testOnly gensym.wasm.TestDriver'
81
sbt 'testOnly gensym.wasm.TestStagedEval'
82
+ sbt 'testOnly gensym.wasm.TestStagedConcolicEval'
benchmarks/wasm/branch-strip-buggy.wat
@@ -29,6 +29,7 @@
29
else
30
i32.const 0
31
call 2
32
+ i32.const 1 ;; to satisfy the type checker, this line will never be reached
33
end
34
35
)
0 commit comments