Skip to content

3.17.2

Latest
Compare
Choose a tag to compare
@maiste maiste released this 23 Jan 14:19
· 202 commits to main since this release
fedec66

CHANGES:

Fixed

  • Fix a crash in the Melange rules that would prevent compiling public library
    implementations of virtual libraries. (@anmonteiro, #11248)
  • Pass melange.emit's compile_flags to the JS emission phase. (@anmonteiro, #11252)
  • Disallow private implementations of public virtual libs in melange mode. (@anmonteiro, #11253)
  • Wasm_of_ocaml: fix the execution of tests in a sandbox. (#11304, @vouillon)