diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-12 16:56:04 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-12 16:56:04 +0200 |
| commit | d89729df921d39f81fe8a43990678853deb1edde (patch) | |
| tree | ada8c1379e374e02f8239af85f0f6b5aeba96ae4 /README.md | |
| parent | 1fc0be742d623309fe61be172137111c035225e4 (diff) | |
chore: cleanup
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,10 +1,12 @@ -# `tinywasm` [](https://docs.rs/tinywasm) [](https://crates.io/crates/tinywasm) [](./LICENSE-APACHE) +# <b>`tinywasm`</b> + +[](https://docs.rs/tinywasm) [](https://crates.io/crates/tinywasm) [](./LICENSE-APACHE) ## Why `tinywasm`? -- **Tiny**: Keeps the runtime small and focused while still being practical for real workloads. -- **Portable**: Runs anywhere Rust runs, supports `no_std`, and keeps external dependencies to a minimum. -- **Secure**: Written entirely safe Rust (`#[deny(unsafe_code)]`) and designed to prevent untrusted code from crashing the runtime +- **Tiny**: TinyWasm is designed to be as small as possible without significantly compromising performance or functionality +- **Portable**: Runs anywhere Rust can target, supports `no_std`, and keeps external dependencies to a minimum. +- **Safe**: Written entirely safe Rust and designed to prevent untrusted code from crashing the runtime ## Current Status |
