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 44ed035 commit bfbc5ccCopy full SHA for bfbc5cc
interpreter/dune-project
@@ -20,6 +20,4 @@
20
(tags (wasm webassembly spec interpreter))
21
(depends
22
(ocaml (>= 4.12))
23
- (menhir (>= 20220210))
24
- (js_of_ocaml (>= 5.5.2))
25
- (js_of_ocaml-ppx (>= 5.5.2))))
+ (menhir (>= 20220210))))
interpreter/wasm.opam
@@ -12,8 +12,6 @@ depends: [
12
"dune" {>= "2.9"}
13
"ocaml" {>= "4.12"}
14
"menhir" {>= "20220210"}
15
- "js_of_ocaml" {>= "5.5.2"}
16
- "js_of_ocaml-ppx" {>= "5.5.2"}
17
"odoc" {with-doc}
18
]
19
build: [
0 commit comments