diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-11-27 22:11:43 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-11-27 22:11:43 +0100 |
| commit | f7f77cd3026e39a2c29faf539575ef57165c81db (patch) | |
| tree | a3de97f1b68a0bdafd32d5d52308e8045b6c150f /crates/parser/README.md | |
| parent | 3e58e9846fe613f34e72d040463be5ab7e191e8b (diff) | |
chore: remove unstable-simd feature, rename logging feature to log
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/README.md')
| -rw-r--r-- | crates/parser/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/README.md b/crates/parser/README.md index 563cd6b..104cd50 100644 --- a/crates/parser/README.md +++ b/crates/parser/README.md @@ -6,7 +6,7 @@ It uses [my fork](https://crates.io/crates/tinywasm-wasmparser) of the [`wasmpar ## Features - `std`: Enables the use of `std` and `std::io` for parsing from files and streams. -- `logging`: Enables logging of the parsing process using the `log` crate. +- `log`: Enables logging of the parsing process using the `log` crate. ## Usage |
