mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
wasm: print out the host path in tests
This commit is contained in:
parent
1d585e6732
commit
d42cbd052f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ pub fn compile_and_load<'a, T: Wasm32Result>(
|
|||
) -> wasmer::Instance {
|
||||
let platform_path = get_preprocessed_host_path();
|
||||
let platform_bytes = std::fs::read(&platform_path).unwrap();
|
||||
println!("Loading test host {}", platform_path.display());
|
||||
|
||||
let compiled_bytes =
|
||||
compile_roc_to_wasm_bytes(arena, &platform_bytes, src, test_wrapper_type_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue