Skip to content

Commit

Permalink
Merge pull request #12 from jmid/document-extensions
Browse files Browse the repository at this point in the history
Document the required Wasm extensions
  • Loading branch information
vouillon authored Nov 27, 2023
2 parents d09d81e + 5ea9899 commit a34d746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Wasm_of_ocaml relies on the Binaryen toolchain ([version 116](https://github.com

The generated code works with Chrome 11.9, [node V8 canary](https://nodejs.org/download/v8-canary/v21.0.0-v8-canary20230927fa59f85d60/) and Firefox 121 (currently, [Firefox Beta](https://www.mozilla.org/en-US/firefox/channel/desktop/)).

In particular, the output code requires the following [Wasm extensions](https://webassembly.org/roadmap/) to run:
- [the GC extension](https://github.com/WebAssembly/gc), including functional references and 31-bit integers
- [the tail-call extension](https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md)
- [the exception handling extension](https://github.com/WebAssembly/exception-handling/blob/master/proposals/exception-handling/Exceptions.md)


## Installation

The following commands will perform a minimal installation:
Expand Down

0 comments on commit a34d746

Please sign in to comment.