Skip to content

Commit

Permalink
Update Readme (#639)
Browse files Browse the repository at this point in the history
* add link to wasmi_wasi crate folder

* add planned support for extended-const Wasm proposal

* add README link for issue #638
  • Loading branch information
Robbepop authored Feb 1, 2023
1 parent 044d726 commit 1ac105d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ The new `wasmi` engine supports a variety of WebAssembly proposals and will supp
| [`reference-types`] || Since version `0.24.0`. [(#635)] |
| [`simd`] || Unlikely to be supported. |
| [`tail-calls`] || Support is planned. [(#363)] |
| [`extended-const`] || Support is planned. [(#638)] |
| | |
| [WASI] | 🟡 | Experimental support via the `wasmi_wasi` crate. |
| [WASI] | 🟡 | Experimental support via the [`wasmi_wasi` crate]. |

[`mutable-global`]: https://github.com/WebAssembly/mutable-global
[`saturating-float-to-int`]: https://github.com/WebAssembly/nontrapping-float-to-int-conversions
Expand All @@ -70,14 +71,17 @@ The new `wasmi` engine supports a variety of WebAssembly proposals and will supp
[`bulk-memory`]: https://github.com/WebAssembly/bulk-memory-operations
[`simd` ]: https://github.com/webassembly/simd
[`tail-calls`]: https://github.com/WebAssembly/tail-call
[`extended-const`]: https://github.com/WebAssembly/extended-const

[WASI]: https://github.com/WebAssembly/WASI
[`wasmi_wasi` crate]: ./crates/wasi

[(#363)]: https://github.com/paritytech/wasmi/issues/363
[(#364)]: https://github.com/paritytech/wasmi/issues/364
[(#496)]: https://github.com/paritytech/wasmi/issues/496
[(#628)]: https://github.com/paritytech/wasmi/pull/628
[(#635)]: https://github.com/paritytech/wasmi/pull/635
[(#638)]: https://github.com/paritytech/wasmi/pull/638

## Usage

Expand Down

0 comments on commit 1ac105d

Please sign in to comment.