From 10c62abc3ad24d4fcd7060f53c2f5ec3f569dbd0 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sun, 14 Jul 2024 20:34:30 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c1c0f..ec5c933 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ nowasm ![License](https://img.shields.io/crates/l/nowasm) -`nowasm` is a runtime library for [WebAssembly 1.0][wasm-core-1] that is implemented with no-std, no-unsafe and no-dependencies. +`nowasm` is a [WebAssembly 1.0][wasm-core-1] runtime library that is implemented with no-std, no-unsafe and no-dependencies. The goal is to provide a lightweight WebAssembly runtime that can be embedded wherever Rust is used, with a particular focus on Wasm-in-Wasm scenarios.