fix export section not written when needed

This commit is contained in:
2021-11-16 07:52:06 +01:00
parent 812847d9e5
commit 14810b7fc8
3 changed files with 15 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ fn print_help() {
println!(
"Usage:
uw8-tool make-base <version>
uw8-tool pack <wasm file> <uw8 file>"
uw8-tool pack <wasm file> <uw8 file>
uw8-tool unpack <uw8 file> <wasm file>"
);
}