Skip to content

Commit

Permalink
Update Readme.md (#1263)
Browse files Browse the repository at this point in the history
* remove note to our continuous benchmarks

They no longer exist.

* remove `component-model` from proposal list

* remove branch-hinting from proposals list

* move `simd` and `relaxed-simd` closer

* update descriptions of not yet implemented proposals
  • Loading branch information
Robbepop authored Oct 28, 2024
1 parent 2a10f04 commit 59bd59e
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,16 @@ The new Wasmi engine supports a variety of WebAssembly proposals and will suppor
| [`multi-value`] ||`0.14.0`. |
| [`bulk-memory`] ||`0.24.0`. [(#628)] |
| [`reference-types`] ||`0.24.0`. [(#635)] |
| [`simd`] || Unlikely to be supported. |
| [`tail-calls`] ||`0.28.0`. [(#683)] |
| [`extended-const`] ||`0.29.0`. [(#707)] |
| [`multi-memory`] ||`0.37.0`. [(#1191)] |
| [`function-references`] | 📅 | Planned but not yet implemented. [(#774)] |
| [`gc`] | 📅 | Planned but not yet implemented. [(#775)] |
| [`threads`] | 📅 | Planned but not yet implemented. [(#777)] |
| [`relaxed-simd`] || Unlikely to be supported since `simd` is unlikely to be supported. |
| [`component-model`] | 📅 | Planned but not yet implemented. [(#897)] |
| [`exception-handling`] | 📅 | Planned but not yet implemented. [(#1037)] |
| [`branch-hinting`] | 📅 | Planned but not yet implemented. [(#1036)] |
| [`custom-page-sizes`] | 📅 | Planned but not yet implemented. [(#1197)] |
| [`simd`] || Unlikely to be supported. |
| [`relaxed-simd`] || Unlikely to be supported. Depends on `simd`. |
| [`function-references`] | 📅 | Not yet implemented. [(#774)] |
| [`gc`] | 📅 | Not yet implemented. [(#775)] |
| [`threads`] | 📅 | Not yet implemented. [(#777)] |
| [`exception-handling`] | 📅 | Not yet implemented. [(#1037)] |
| [`custom-page-sizes`] | 📅 | Not yet implemented. [(#1197)] |
| | |
| [WASI] | 👨‍🔬 | Experimental support for WASI (`wasip1`) via the [`wasmi_wasi` crate]. |
| [C-API] | 👨‍🔬 | Experimental support for the official Wasm C-API via the [`wasmi_c_api_impl` crate]. |
Expand All @@ -86,9 +84,7 @@ The new Wasmi engine supports a variety of WebAssembly proposals and will suppor
[`multi-memory`]: https://github.com/WebAssembly/multi-memory
[`threads`]: https://github.com/WebAssembly/threads
[`relaxed-simd`]: https://github.com/WebAssembly/relaxed-simd
[`component-model`]: https://github.com/WebAssembly/component-model
[`exception-handling`]: https://github.com/WebAssembly/exception-handling
[`branch-hinting`]: https://github.com/WebAssembly/branch-hinting
[`custom-page-sizes`]: https://github.com/WebAssembly/custom-page-sizes

[WASI]: https://github.com/WebAssembly/WASI
Expand All @@ -108,8 +104,6 @@ The new Wasmi engine supports a variety of WebAssembly proposals and will suppor
[(#775)]: https://github.com/wasmi-labs/wasmi/pull/775
[(#776)]: https://github.com/wasmi-labs/wasmi/pull/776
[(#777)]: https://github.com/wasmi-labs/wasmi/pull/777
[(#897)]: https://github.com/wasmi-labs/wasmi/pull/897
[(#1036)]: https://github.com/wasmi-labs/wasmi/issues/1136
[(#1037)]: https://github.com/wasmi-labs/wasmi/issues/1137
[(#1197)]: https://github.com/wasmi-labs/wasmi/issues/1197
[(#1191)]: https://github.com/wasmi-labs/wasmi/issues/1191
Expand Down Expand Up @@ -137,8 +131,6 @@ cargo bench

Use `translate`, `instantiate`, `execute` or `overhead` filters to only run benchmarks that test performance of Wasm translation, instantiation, execution or miscellaneous overhead respectively, e.g. `cargo bench execute`.

We maintain a timeline for benchmarks of every commit to `master` that [can be viewed here](https://wasmi-labs.github.io/wasmi/benchmarks/).

## Supported Platforms

Wasmi supports a wide variety of architectures and platforms.
Expand Down

0 comments on commit 59bd59e

Please sign in to comment.