ocamlPackages.wasm_of_ocaml-compiler: don't strip (#464593)

This commit is contained in:
Vincent Laporte
2025-11-24 20:42:08 +00:00
committed by GitHub
@@ -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";