Skip to content

Commit 92ab631

Browse files
committed
fix
1 parent 0794f19 commit 92ab631

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

compiler/jsoo/jsoo_playground_main.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ let api_version = "5"
5454

5555
module Js = Js_of_ocaml.Js
5656

57-
let export (field : string) v = Js.Unsafe.set Js.Unsafe.global field v
58-
5957
module Lang = struct
6058
type t = Res
6159

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
(= 6.0.1))
3939
(js_of_ocaml-ppx
4040
(= 6.0.1))
41+
(wasm_of_ocaml-compiler
42+
(= 6.0.1))
4143
(ounit2
4244
(= 2.2.7))
4345
dune))

rescript.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ depends: [
1414
"cppo" {= "1.8.0"}
1515
"js_of_ocaml" {= "6.0.1"}
1616
"js_of_ocaml-ppx" {= "6.0.1"}
17+
"wasm_of_ocaml-compiler" {= "6.0.1"}
1718
"ounit2" {= "2.2.7"}
1819
"dune" {>= "3.17"}
1920
"odoc" {with-doc}

0 commit comments

Comments
 (0)