Skip to content

Commit 668807f

Browse files
committed
fix
1 parent 0794f19 commit 668807f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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))

0 commit comments

Comments
 (0)