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

23 lines
646 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:
5 years ago
- Linux, Windows, OS X
- SBCs (Raspberry Pi and the likes)
- Microcontrollers: ESP32, ESP8266, nRF52, nRF51, Blue Pill, Kendryte 210, FOMU, MXChip AZ3166, Arduino MKR1010 (and similar stuff)
- Routers (via OpenWRT)
- 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
Wasm3 is built on top of **Steven Massey**'s novel interpreter topology, with
- aim at Wasm 1.0 spec conformance (not there yet)
- lot's of fixes
- portability improvements
5 years ago
## Performance
`TODO`