mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
build wasm tests with lto to avoid needing more wasm interp
This commit is contained in:
parent
b89f24bd5d
commit
0f0213b75e
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ use roc_wasm_interp::{
|
|||
};
|
||||
|
||||
const COMPILER_BYTES: &[u8] =
|
||||
include_bytes!("../../../target/wasm32-wasi/release/roc_repl_wasm.wasm");
|
||||
include_bytes!("../../../target/wasm32-wasi/release-with-lto/roc_repl_wasm.wasm");
|
||||
|
||||
struct CompilerDispatcher<'a> {
|
||||
arena: &'a Bump,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue