diff options
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 |
