Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 7, 2024
1 parent f98d6a6 commit 3c56e00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
29 changes: 1 addition & 28 deletions dune
Original file line number Diff line number Diff line change
@@ -1,48 +1,21 @@
(env
(dev
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node.exe))
(wasm_of_ocaml
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js))
(flags
(:standard -w +a-4-40-41-42-44-48-58-66-70)))
(using-effects
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node.exe))
(wasm_of_ocaml
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js)
(compilation_mode separate)
(flags
(:standard --enable effects))
(build_runtime_flags
(:standard --enable effects))))
(bench_no_debug
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node.exe))
(flags
(:standard \ -g))
(ocamlc_flags
(:standard \ -g))
(link_flags
(:standard \ -g)))
(_
(wasm_of_ocaml
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js))
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node))))
(:standard \ -g))))

(rule
(targets version.ml.in)
Expand Down
12 changes: 12 additions & 0 deletions dune-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(lang dune 3.17)

(env
(_
(wasm_of_ocaml
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js))
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node))))

0 comments on commit 3c56e00

Please sign in to comment.