summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/cli/README.md1
-rw-r--r--crates/parser/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/crates/cli/README.md b/crates/cli/README.md
index 1f7a1bb..70b2cff 100644
--- a/crates/cli/README.md
+++ b/crates/cli/README.md
@@ -1,6 +1,7 @@
# `tinywasm-cli`
The `tinywasm-cli` crate contains the command line interface for the `tinywasm` project. See [`tinywasm`](https://crates.io/crates/tinywasm) for more information.
+It is recommended to use the library directly instead of the CLI.
## Usage
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 3be0bb1..3c5717d 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -17,3 +17,4 @@ tinywasm-types={version="0.4.0", path="../types", default-features=false}
default=["std", "logging"]
logging=["log"]
std=["tinywasm-types/std"]
+ \ No newline at end of file