mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix a bug in our model of the Wasm VM stack
This commit is contained in:
parent
86403b4a2f
commit
7f633c107f
4 changed files with 15 additions and 9 deletions
|
@ -127,7 +127,7 @@ pub fn helper_wasm<'a, T: Wasm32TestResult>(
|
|||
let src_hash = hash_state.finish();
|
||||
|
||||
// Filename contains a hash of the Roc test source code. Helpful when comparing across commits.
|
||||
let dir = "/tmp/roc/compiler/gen_wasm/output";
|
||||
let dir = "/tmp/roc/gen_wasm";
|
||||
std::fs::create_dir_all(dir).unwrap();
|
||||
let path = format!("{}/test-{:016x}.wasm", dir, src_hash);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue