Update README.md

opam-2.0.0
Volodymyr Shymanskyy 3 years ago committed by GitHub
parent 7e6ab7ccc6
commit baf158b117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,19 +58,16 @@ Minimum useful system requirements: **~64Kb** for code and **~10Kb** RAM
- <img src="https://cdn.rawgit.com/simple-icons/simple-icons/develop/icons/firefoxbrowser.svg" width="18" height="18" /> Browsers. Yes, using WebAssembly itself!
- <img src="extra/wasm-symbol.svg" width="18" height="18" /> `wasm3` can execute `wasm3` (self-hosting)
## Advanced features and [post-mvp proposals](https://github.com/WebAssembly/proposals) support
☑ Sign-extension operators
☑ Non-trapping float-to-int conversions
☑ Import/Export of Mutable Globals
☑ Structured execution tracing
☑ Big-Endian systems support
☑ Self-hosting
☑ Gas metering
☑ Multi-value
☐ Reference types
☐ Bulk memory operations
☐ Tail call optimization
## Features
| Webassembly [Core Proposals][WasmProps] | Extra |
| --- | --- |
| ☑ Import/Export of Mutable Globals | ☑ Structured execution tracing |
| ☑ Non-trapping float-to-int conversions | ☑ Big-Endian systems support |
| ☑ Sign-extension operators | ☑ Self-hosting |
| ☑ Multi-value | ☑ Gas metering |
| ☑ Bulk memory operations (partial support) | ☑ Linear memory limit (< 64KiB) |
| ☐ Reference types | ☐ Tail call optimization |
## Motivation
@ -110,4 +107,7 @@ Wasm3 started as a research project and remains so by many means. Evaluating the
[Awesome WebAssembly Tools](https://github.com/vshymanskyy/awesome-wasm-tools/blob/main/README.md)
### License
This project is released under The MIT License (MIT)
This project is released under The MIT License (MIT)<
[WasmProps]: https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md "WebAssembly Finished Proposals"

Loading…
Cancel
Save