Skip to content

Commit 626195e

Browse files
authored
Update JSOO and adapt contributing docs (#7218)
1 parent 8ee10cc commit 626195e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CONTRIBUTING.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,7 @@ This is usually the file you want to create to test certain compile behavior wit
214214

215215
The "Playground bundle" is a JS version of the ReScript compiler; including all necessary dependency files (stdlib / belt etc). It is useful for building tools where you want to compile and execute arbitrary ReScript code in the browser.
216216

217-
The ReScript source code is compiled with a tool called [JSOO (js_of_ocaml)](https://ocsigen.org/js_of_ocaml/4.0.0/manual/overview), which uses OCaml bytecode to compile to JavaScript and is part of the bigger OCaml ecosystem.
218-
219-
Install `jsoo` via `opam`:
220-
221-
```sh
222-
opam install js_of_ocaml.4.0.0
223-
```
217+
The ReScript source code is compiled with a tool called [JSOO (js_of_ocaml)](https://ocsigen.org/js_of_ocaml/latest/manual/overview), which uses OCaml bytecode to compile to JavaScript and is part of the bigger OCaml ecosystem.
224218

225219
### Building the Bundle
226220

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(cppo
3636
(= 1.6.9))
3737
(js_of_ocaml
38-
(= 5.8.1))
38+
(= 5.9.1))
3939
(ounit2
4040
(= 2.2.7))
4141
(reanalyze

rescript.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"yojson" {with-test & = "2.2.2"}
1313
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
1414
"cppo" {= "1.6.9"}
15-
"js_of_ocaml" {= "5.8.1"}
15+
"js_of_ocaml" {= "5.9.1"}
1616
"ounit2" {= "2.2.7"}
1717
"reanalyze" {= "2.25.1"}
1818
"dune"

0 commit comments

Comments
 (0)