summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac755c7..3197cf1 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ $ cargo add tinywasm
- **`parser`**\
Enables the `tinywasm-parser` crate. This is enabled by default.
-With all these features disabled, TinyWasm does not depend on any external crates and can be used in `no_std` environments.
+With all these features disabled, TinyWasm only depends on `core`, `alloc` and `libm` and can be used in `no_std` environments.
<!-- # 🎯 Goals