More accurate model of the Wasm VM's stack machine, with control flow blocks

This commit is contained in:
Brian Carroll 2021-11-14 10:59:32 +00:00
parent 39263b0ab1
commit a2abf9c3d2
3 changed files with 205 additions and 66 deletions

View file

@ -385,7 +385,7 @@ fn gen_basic_def() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn gen_multiple_defs() {
assert_evals_to!(
indoc!(