From d89729df921d39f81fe8a43990678853deb1edde Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 12 Apr 2026 16:56:04 +0200 Subject: chore: cleanup Signed-off-by: Henry --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5bb1808..8af39cd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# `tinywasm`  [![docs.rs](https://img.shields.io/docsrs/tinywasm?logo=rust&style=flat-square)](https://docs.rs/tinywasm) [![Crates.io](https://img.shields.io/crates/v/tinywasm.svg?logo=rust&style=flat-square)](https://crates.io/crates/tinywasm) [![Crates.io](https://img.shields.io/crates/l/tinywasm.svg?style=flat-square)](./LICENSE-APACHE) +# `tinywasm` + +[![docs.rs](https://img.shields.io/docsrs/tinywasm?logo=rust&style=flat-square)](https://docs.rs/tinywasm) [![Crates.io](https://img.shields.io/crates/v/tinywasm.svg?logo=rust&style=flat-square)](https://crates.io/crates/tinywasm) [![Crates.io](https://img.shields.io/crates/l/tinywasm.svg?style=flat-square)](./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 -- cgit v1.3.1