mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
More accurate model of the Wasm VM's stack machine, with control flow blocks
This commit is contained in:
parent
39263b0ab1
commit
a2abf9c3d2
3 changed files with 205 additions and 66 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue