mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
make path to wasm_test_platform.wasm absolute
This commit is contained in:
parent
d8625768ec
commit
ca20b8b403
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const INIT_REFCOUNT_NAME: &str = "init_refcount_test";
|
|||
macro_rules! host_bytes_path {
|
||||
() => {
|
||||
// Should manually match build.rs. include_bytes! requires a string literal.
|
||||
"../../build/wasm_test_platform.wasm"
|
||||
concat!(env!("CARGO_MANIFEST_DIR"), "/build/wasm_test_platform.wasm")
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue