Update README.md

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 7e835354f8
commit ce38e4f864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@ This is an (experimental) high performance WebAssembly interpreter written in C.
## Status
WebAssembly Core Specification conformance: **89%**
Minimum useful system requirements: **~64Kb** for code and **~10Kb** RAM
`wasm3` currently runs on a wide range of [platforms](/platforms):
@ -32,7 +34,7 @@ Minimum useful system requirements: **~64Kb** for code and **~10Kb** RAM
- <img src="extra/wasm-symbol.svg" width="18" height="18" /> `TODO:` run on `wasm3` (should be self-hosting)
`wasm3` is built on top of [Steven Massey](https://github.com/soundandform)'s novel [interpreter topology](/source/README.md), with:
- Aim at Wasm 1.0 spec conformance (not there yet)
- Aim at Wasm 1.0 spec conformance
- Lot's of bugfixes
- Portability improvements

Loading…
Cancel
Save