summaryrefslogtreecommitdiff
path: root/crates/parser/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-24 22:16:10 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-24 22:16:10 +0100
commita0368bc39ac620b867a105ca0c9bc12824abcd9d (patch)
tree1ee1094a3485692fd3f005534c69f0140f1174ca /crates/parser/README.md
parentbf30b77a5ce9dd4921c2488b86d146d3d5d7ce38 (diff)
feat: switch to own fork of wasmparser
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/README.md')
-rw-r--r--crates/parser/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/parser/README.md b/crates/parser/README.md
index 8ac7a30..563cd6b 100644
--- a/crates/parser/README.md
+++ b/crates/parser/README.md
@@ -1,7 +1,7 @@
# `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).
+This crate provides a parser that can parse WebAssembly modules into a TinyWasm module.
+It uses [my fork](https://crates.io/crates/tinywasm-wasmparser) of the [`wasmparser`](https://crates.io/crates/wasmparser) crate that has been modified to be compatible with `no_std` environments.
## Features