CHANGES:
Bug fixes
- Runtime/wasm: derive the wat-module name from the basename of the input
path inruntime/wasm/args.ml, so dune 3.24's leading-./path-form
representation (ocaml/dune#15156) keeps producing well-formed
module:pathlines forwasmoo_link_wasm(#2371) - Tests: pass file paths as literal arguments (with explicit
(deps ...))
instead of%{dep:...}in themd5/md5_nat,dump_sourcemapand
check-primtests, which echo the path verbatim, so dune 3.24's leading-./
path form (ocaml/dune#15156) no longer breaks their expected output (#2384)