mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
rename wasm llvm test wrapper (now it's the same as dev)
This commit is contained in:
parent
bece4342ec
commit
29ad54e5d1
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ use crate::helpers::from_wasm32_memory::FromWasm32Memory;
|
|||
use roc_gen_wasm::wasm32_result::Wasm32Result;
|
||||
|
||||
#[cfg(feature = "gen-llvm-wasm")]
|
||||
const TEST_WRAPPER_NAME: &str = "$Test.wasm_test_wrapper";
|
||||
const TEST_WRAPPER_NAME: &str = "test_wrapper";
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub const OPT_LEVEL: OptLevel = if cfg!(debug_assertions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue