You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/README.md

15 lines
466 B
Markdown

5 years ago
# Wasm3
5 years ago
5 years ago
This is an (experimental) high performance WebAssembly interpreter written in C.
5 years ago
5 years ago
## Status
5 years ago
Currently it runs on Linux, OS X, Windows, OpenWRT-enabled routers, Raspberry Pi.
On microcontrollers: ESP32, ESP8266, nRF52, nRF51, Blue Pill, Kendryte 210, MXChip AZ3166, Arduino MKR1010 (and similar).
Furthermore, it can run in browsers... yes, using WebAssembly itself!
5 years ago
5 years ago
Minimal system requirements are ~64Kb for code and ~10Kb RAM.
5 years ago
5 years ago
## Performance
`TODO`