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 a79fb93 commit 0b995daCopy full SHA for 0b995da
dune
@@ -12,6 +12,12 @@
12
(:standard --enable effects))
13
(build_runtime_flags
14
(:standard --enable effects)))
15
+ (wasm_of_ocaml
16
+ (compilation_mode separate)
17
+ (flags
18
+ (:standard --enable effects))
19
+ (build_runtime_flags
20
+ (:standard --enable effects)))
21
(binaries
22
(tools/node_wrapper.exe as node)
23
(tools/node_wrapper.exe as node.exe)))
0 commit comments