From b0b351f5146cbb73a307973a8485d3b0e82b1206 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Tue, 23 Jul 2019 17:14:22 -0700 Subject: [PATCH] Add tail-call to the change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ee3568061..57012736357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Current Trunk - wasm-emscripten-finalize: For -pie binaries that import a mutable stack pointer we internalize this an import it as immutable. +- The `tail-call` feature including the `return_call` and `return_call_indirect` + instructions is ready to use. v86 ---