summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
committerHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
commit27004a8738c7a3c32ac4fb6966f32647b4c96db7 (patch)
treebc3d663d1dc246df20ed30b1ecd0c19935c0f8bb /Cargo.toml
parent40bd20bb77b611f7974036c9f2b152a16a46c32a (diff)
docs: rework documentation, prepare pre-release
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 499a0c7..c3e1ae7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,8 +24,8 @@ edition="2024"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <crates@henrygressmann.de>"]
repository="https://github.com/explodingcamera/tinywasm"
-categories=["wasm", "no-std"]
-keywords=["tinywasm"]
+categories=["wasm", "no-std", "compilers", "virtualization", "embedded"]
+keywords=["tinywasm", "wasm", "webassembly", "interpreter", "no-std"]
[package]
name="tinywasm-root"