We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0794f19 commit 92ab631Copy full SHA for 92ab631
compiler/jsoo/jsoo_playground_main.ml
@@ -54,8 +54,6 @@ let api_version = "5"
54
55
module Js = Js_of_ocaml.Js
56
57
-let export (field : string) v = Js.Unsafe.set Js.Unsafe.global field v
58
-
59
module Lang = struct
60
type t = Res
61
dune-project
@@ -38,6 +38,8 @@
38
(= 6.0.1))
39
(js_of_ocaml-ppx
40
41
+ (wasm_of_ocaml-compiler
42
+ (= 6.0.1))
43
(ounit2
44
(= 2.2.7))
45
dune))
rescript.opam
@@ -14,6 +14,7 @@ depends: [
14
"cppo" {= "1.8.0"}
15
"js_of_ocaml" {= "6.0.1"}
16
"js_of_ocaml-ppx" {= "6.0.1"}
17
+ "wasm_of_ocaml-compiler" {= "6.0.1"}
18
"ounit2" {= "2.2.7"}
19
"dune" {>= "3.17"}
20
"odoc" {with-doc}
0 commit comments