Skip to content

Commit d075efb

Browse files
dschuffMs2gerrossberg
authored
Apply suggestions from code review
Co-authored-by: Ms2ger <[email protected]> Co-authored-by: Andreas Rossberg <[email protected]>
1 parent f938c48 commit d075efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/js-api/index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1335,8 +1335,8 @@ The following sections provide an overview of what has changed.</p>
13351335
Multiple values can be returned from WebAssembly functions into JavaScript as an [=Array=] object.
13361336

13371337
<h4 class="no-toc heading settled">BigInt Integration</h4>
1338-
Wasm [=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.
1338+
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.
13391339

13401340
<h4 class="no-toc heading settled">Reference types</h4>
1341-
References to JavaScript objects 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.
1341+
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.
13421342
Multiple tables can be exported and imported to and from JavaScript.

0 commit comments

Comments
 (0)