You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1319,3 +1321,22 @@ In practice, an implementation may run out of resources for valid modules below
1319
1321
<p><em>This section is non-normative.</em></p>
1320
1322
1321
1323
This document defines a host environment for WebAssembly. It enables a WebAssembly instance to [=import=] JavaScript objects and functions from an [=read the imports|import object=], but otherwise provides no access to the embedding environment. Thus a WebAssembly instance is bound to the same constraints as JavaScript.
1324
+
1325
+
<h2 id="change-history">Change History</h2>
1326
+
1327
+
<p><em>This section is non-normative.</em></p>
1328
+
1329
+
<p>Since the original release 1.0 of the WebAssembly specification, a number of proposals for extensions have been integrated.
1330
+
The following sections provide an overview of what has changed.</p>
WebAssembly [=i64=] values can be passed to and from JavaScript (via imported or exported globals, table get or set operations, function return values or arguments) as [=BigInt=] objects.
JavaScript values can be passed to and from WebAssembly (via imported or exported globals, table set or get operations, and function arguments or return values) as [=externref=] values.
1342
+
Multiple tables can be exported and imported to and from JavaScript.
0 commit comments