first version of uw8-tool pack command

This commit is contained in:
2021-11-04 23:55:08 +01:00
parent 348657163d
commit 31cc63a93b
8 changed files with 842 additions and 9 deletions

7
uw8-tool/Cargo.lock generated
View File

@@ -14,11 +14,18 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "pico-args"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
[[package]]
name = "uw8-tool"
version = "0.1.0"
dependencies = [
"anyhow",
"pico-args",
"wasm-encoder",
"wasmparser",
]