mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
test_gen: place test host .wasm file in Cargo build directory
This commit is contained in:
parent
34b1392385
commit
8533d00f1a
2 changed files with 4 additions and 4 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.
|
||||
concat!(env!("CARGO_MANIFEST_DIR"), "/build/wasm_test_platform.wasm")
|
||||
concat!(env!("OUT_DIR"), "/wasm_test_platform.wasm")
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue