ocamlPackages.wasm_of_ocaml-compiler: don't strip

This commit is contained in:
Yifei Sun
2025-11-24 15:24:59 +01:00
parent 9853325866
commit 2444c6e2b4
@@ -33,6 +33,8 @@ buildDunePackage {
yojson
];
dontStrip = true;
meta = js_of_ocaml-compiler.meta // {
description = "Compiler from OCaml bytecode to WebAssembly";
mainProgram = "wasm_of_ocaml";