wasm: get rid of Result from gen_wasm, rename a function, improve comments

This commit is contained in:
Brian Carroll 2022-02-06 11:31:49 +00:00
parent 2fd2a85887
commit 85b418ebdf
3 changed files with 8 additions and 9 deletions

View file

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