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

@ -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");