From fe5b703f04392a532f7a9dc5e65f87407b252e51 Mon Sep 17 00:00:00 2001 From: Alberto Fiori <9143617+fifofefe@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:22:27 +0200 Subject: [PATCH] Remove old note from runtime.rst Since the inclusion of the Multiple Value proposal [https://webassembly.github.io/spec/core/appendix/changes.html#multiple-values] it is no longer true that a result can have at most one value. --- document/core/exec/runtime.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/document/core/exec/runtime.rst b/document/core/exec/runtime.rst index e5c97ed786..149a53a8be 100644 --- a/document/core/exec/runtime.rst +++ b/document/core/exec/runtime.rst @@ -84,10 +84,6 @@ It is either a sequence of :ref:`values ` or a :ref:`trap