mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
wasm: get rid of Result from gen_wasm, rename a function, improve comments
This commit is contained in:
parent
2fd2a85887
commit
85b418ebdf
3 changed files with 8 additions and 9 deletions
|
@ -123,7 +123,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
|
|||
};
|
||||
|
||||
let (mut module, called_preload_fns, main_fn_index) =
|
||||
roc_gen_wasm::build_module_without_test_wrapper(
|
||||
roc_gen_wasm::build_module_without_wrapper(
|
||||
&env,
|
||||
&mut interns,
|
||||
preload_bytes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue