Archived
Cleanup docs
This commit is contained in:
@@ -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,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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user