mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +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
|
@ -517,8 +517,7 @@ fn gen_from_mono_module_dev_wasm32(
|
|||
&mut interns,
|
||||
platform_and_builtins_object_file_bytes,
|
||||
procedures,
|
||||
)
|
||||
.unwrap();
|
||||
);
|
||||
|
||||
std::fs::write(&app_o_file, &bytes).expect("failed to write object to file");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue