diff options
Diffstat (limited to 'crates/parser')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/parser/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 823e69b..17c5557 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name="tinywasm-parser" -version="0.0.1" +version="0.0.0" edition="2021" [dependencies] diff --git a/crates/parser/README.md b/crates/parser/README.md index 5772bb7..6cf2234 100644 --- a/crates/parser/README.md +++ b/crates/parser/README.md @@ -1,4 +1,4 @@ -# `tinywasm_parser` +# `tinywasm-parser` This crate provides a parser that can parse WebAssembly modules into a TinyWasm module. It is based on [`wasmparser_nostd`](https://crates.io/crates/wasmparser_nostd) and used by [`tinywasm`](https://crates.io/crates/tinywasm). |
