From 604b0486e5434b3cd936ed4a27f3598033143daf Mon Sep 17 00:00:00 2001 From: Olivier Nicole Date: Fri, 13 Sep 2024 20:52:50 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8ffd45871f..86031efd54 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ * Runtime: backtraces are really expensive, they need to be be explicitly requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1) * Lib: Modify Typed_array API for compatibility with WebAssembly +* Compiler: add support for the Wasm backend in parts of the pipeline, in + prevision for the merge of wasm_of_ocaml ## Bug fixes