Skip to content

Commit

Permalink
Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 17, 2024
1 parent 339a9c1 commit c80cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_wasm_of_ocaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Wasm_of_ocaml is a fork of Js_of_ocaml which compiles OCaml bytecode to WebAssem

## Supported engines

The generated code works with Chrome 119, Node.js 22 and Firefox 122 (or more recent versions of these applications).
The generated code works with Chrome 119, Node.js 22, Firefox 122, and Safari 18.2 (or more recent versions of these applications).

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
Expand Down

0 comments on commit c80cecd

Please sign in to comment.