allow configure of whether roc_alloc is generated

This commit is contained in:
Folkert 2023-04-30 13:53:19 +02:00
parent d84a9fa8ba
commit 37eec2b7c2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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,