mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 11:10:49 +00:00
fix not saving raw module when no constructor specified
This commit is contained in:
parent
4b8b07a0b5
commit
a9f5058b4f
@ -178,6 +178,8 @@ fn do_main() -> Result<(), Error> {
|
||||
&path,
|
||||
ctor_module,
|
||||
).map_err(Error::Encoding)?;
|
||||
} else {
|
||||
parity_wasm::serialize_to_file(&path, module).map_err(Error::Encoding)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Loading…
x
Reference in New Issue
Block a user