mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
allow configure of whether roc_alloc is generated
This commit is contained in:
parent
d84a9fa8ba
commit
37eec2b7c2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ pub fn gen_from_mono_module<'a>(
|
|||
target,
|
||||
preprocessed_host_path,
|
||||
wasm_dev_stack_bytes,
|
||||
AssemblyBackendMode::Binary, // unused in practice
|
||||
AssemblyBackendMode::Binary, // dummy value, unused in practice
|
||||
),
|
||||
CodeGenBackend::Assembly(backend_mode) => gen_from_mono_module_dev(
|
||||
arena,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue