wasm: fix stack order in higher-order wrapper

This commit is contained in:
Brian Carroll 2022-04-02 23:59:22 +01:00
parent b1f15799e3
commit a63e55e023
2 changed files with 11 additions and 10 deletions

View file

@ -1074,7 +1074,7 @@ fn closure_in_list() {
}
#[test]
#[cfg(any(feature = "gen-llvm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn specialize_closure() {
use roc_std::RocList;