Cleanup docs

This commit is contained in:
Volodymyr Shymanskyy
2024-08-03 02:02:07 +03:00
parent 5814318ac6
commit a16968e2f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Wasm3 # Wasm3
[Wasm3](https://github.com/wasm3/wasm3) is the fastest WebAssembly interpreter, and the most universal runtime. [Wasm3](https://github.com/wasm3/wasm3) is a fast WebAssembly interpreter, and the most universal runtime.
It's packaged into a `WebAssembly` package, so you can finally run `WebAssembly` on `WebAssembly` 😆 It's packaged into a `WebAssembly` package, so you can finally run `WebAssembly` on `WebAssembly` 😆
## Running on WebAssembly.sh ## Running on WebAssembly.sh
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "vshymanskyy/wasm3" name = "vshymanskyy/wasm3"
version = "0.5.0" version = "0.5.0"
description = "🚀 The fastest WebAssembly interpreter. You can finally run WebAssembly on WebAssembly 😆" description = "🚀 A fast WebAssembly interpreter. You can finally run WebAssembly on WebAssembly 😆"
readme = "README.md" readme = "README.md"
repository = "https://github.com/wasm3/wasm3" repository = "https://github.com/wasm3/wasm3"
homepage = "https://github.com/wasm3/wasm3" homepage = "https://github.com/wasm3/wasm3"
+1 -1
View File
@@ -1,5 +1,5 @@
# pywasm3 # pywasm3
Python binding for Wasm3, the fastest WebAssembly interpreter. Python binding for Wasm3, a fast WebAssembly interpreter.
## Moved to https://github.com/wasm3/pywasm3 ## Moved to https://github.com/wasm3/pywasm3