summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-12 16:56:04 +0200
committerHenry <mail@henrygressmann.de>2026-04-12 16:56:04 +0200
commitd89729df921d39f81fe8a43990678853deb1edde (patch)
treeada8c1379e374e02f8239af85f0f6b5aeba96ae4 /README.md
parent1fc0be742d623309fe61be172137111c035225e4 (diff)
chore: cleanup
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5bb1808..8af39cd 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
-# `tinywasm` &nbsp;[![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)
+# <b>`tinywasm`</b>
+
+[![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