<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://rixx.github.io/baseline-updates/feed/by_tag/webassembly.xml" rel="self" type="application/atom+xml" /><link href="https://rixx.github.io/baseline-updates/" rel="alternate" type="text/html" /><updated>2026-05-24T01:11:00+00:00</updated><id>https://rixx.github.io/baseline-updates/feed/by_tag/webassembly.xml</id><title type="html">Baseline Updates</title><subtitle>Updates to the Baseline collection. Including RSS feeds (both for all updates and individual tags).</subtitle><entry><title type="html">New in Low Baseline Support: Branch hinting (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2026/02/24/wasm-branch-hinting.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Branch hinting (WebAssembly)" /><published>2026-02-24T00:00:00+00:00</published><updated>2026-02-24T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2026/02/24/wasm-branch-hinting</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2026/02/24/wasm-branch-hinting.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-branch-hinting">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Branch hinting (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/branch-hinting/blob/main/proposals/branch-hinting/Overview.md">spec</a></p>

<p>Branch hints in WebAssembly allows a browser to optimize performance when a branch is a likely to take a specific path.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.branch-hinting</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.branch-hinting">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Fixed-width SIMD (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2025/09/27/wasm-simd.html" rel="alternate" type="text/html" title="New in High Baseline Support: Fixed-width SIMD (WebAssembly)" /><published>2025-09-27T00:00:00+00:00</published><updated>2025-09-27T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2025/09/27/wasm-simd</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2025/09/27/wasm-simd.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-simd">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Fixed-width SIMD (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/spec/core/bikeshed/#vector-instructions">spec</a></p>

<p>128-bit SIMD (Single Instruction Multiple Data) performs one instruction on multiple units of data, when running on hardware that supports such instructions. Also known as vector instructions.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.fixed-width-SIMD</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.fixed-width-SIMD">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Garbage collection (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/12/11/wasm-garbage-collection.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Garbage collection (WebAssembly)" /><published>2024-12-11T00:00:00+00:00</published><updated>2024-12-11T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/12/11/wasm-garbage-collection</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/12/11/wasm-garbage-collection.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-garbage-collection">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Garbage collection (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/gc/core/bikeshed/#garbage-collection①">spec</a></p>

<p>Garbage collection tracks references for better memory management with garbage-collected languages running in WebAssmbly.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.garbage-collection</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.garbage-collection">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Tail call optimization (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/12/11/wasm-tail-call-optimization.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Tail call optimization (WebAssembly)" /><published>2024-12-11T00:00:00+00:00</published><updated>2024-12-11T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/12/11/wasm-tail-call-optimization</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/12/11/wasm-tail-call-optimization.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-tail-call-optimization">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Tail call optimization (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md">spec</a></p>

<p>Tail call optimization discards a caller frame and replaces the call with a jump instruction.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.tail-calls</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.tail-calls">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Exception handling (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/11/03/wasm-exception-handling.html" rel="alternate" type="text/html" title="New in High Baseline Support: Exception handling (WebAssembly)" /><published>2024-11-03T00:00:00+00:00</published><updated>2024-11-03T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/11/03/wasm-exception-handling</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/11/03/wasm-exception-handling.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-exception-handling">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Exception handling (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md">spec</a></p>

<p>Exceptions break the normal control flow of execution to represent exceptional behavior, such as an error. You can respond to the exception in JavaScript code.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.Exception</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.Exception">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.Exception.options_parameter_traceStack</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.Exception.options_parameter_traceStack">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.getArg</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.getArg">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.is</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.is">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag.Tag</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag.Tag">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.exception-handling</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.exception-handling">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.stack</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.stack">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag.type</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag.type">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Typed function references (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/09/16/wasm-typed-fun-refs.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Typed function references (WebAssembly)" /><published>2024-09-16T00:00:00+00:00</published><updated>2024-09-16T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/09/16/wasm-typed-fun-refs</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/09/16/wasm-typed-fun-refs.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-typed-fun-refs">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Typed function references (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md">spec</a></p>

<p>A typed function reference can be called directly.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.typedFunctionReferences</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.typedFunctionReferences">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Threads and atomics (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/06/13/wasm-threads.html" rel="alternate" type="text/html" title="New in High Baseline Support: Threads and atomics (WebAssembly)" /><published>2024-06-13T00:00:00+00:00</published><updated>2024-06-13T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/06/13/wasm-threads</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/06/13/wasm-threads.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-threads">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Threads and atomics (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md">spec</a></p>

<p>Threads in WebAssembly run code in parallel, while atomic memory instructions can guarantee that no two threads can read or write to shared memory at the same time.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory.Memory.shared</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory.Memory.shared">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.threads-and-atomics</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.threads-and-atomics">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Reference types (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/05/19/wasm-reference-types.html" rel="alternate" type="text/html" title="New in High Baseline Support: Reference types (WebAssembly)" /><published>2024-05-19T00:00:00+00:00</published><updated>2024-05-19T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/05/19/wasm-reference-types</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/05/19/wasm-reference-types.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-reference-types">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Reference types (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/reference-types/Overview.md">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">externref</code> type can be both a value type and a table element type, while <code class="language-plaintext highlighter-rouge">funcref</code> can be a value type.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.reference-types</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.reference-types">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Bulk memory operations (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/04/25/wasm-bulk-memory.html" rel="alternate" type="text/html" title="New in High Baseline Support: Bulk memory operations (WebAssembly)" /><published>2024-04-25T00:00:00+00:00</published><updated>2024-04-25T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/04/25/wasm-bulk-memory</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/04/25/wasm-bulk-memory.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-bulk-memory">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Bulk memory operations (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/bulk-memory-operations/Overview.md">spec</a></p>

<p>Bulk memory operations, such as <code class="language-plaintext highlighter-rouge">copy</code> and <code class="language-plaintext highlighter-rouge">init</code>, mirror the efficiency of native <code class="language-plaintext highlighter-rouge">memcpy</code> and <code class="language-plaintext highlighter-rouge">memmove</code> operations.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.bulk-memory-operations</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.bulk-memory-operations">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Non-trapping float-to-int conversion (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/04/25/wasm-non-trapping-float-to-int.html" rel="alternate" type="text/html" title="New in High Baseline Support: Non-trapping float-to-int conversion (WebAssembly)" /><published>2024-04-25T00:00:00+00:00</published><updated>2024-04-25T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/04/25/wasm-non-trapping-float-to-int</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/04/25/wasm-non-trapping-float-to-int.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-non-trapping-float-to-int">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Non-trapping float-to-int conversion (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/nontrapping-float-to-int-conversion/Overview.md">spec</a></p>

<p>Saturating floating-point to integer conversion operators return the maximum or minimum integer value on overflow instead of trapping.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.non-trapping-float-to-int-conversions</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.non-trapping-float-to-int-conversions">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Extended constant expressions (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2024/03/05/wasm-extended-constant-expressions.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Extended constant expressions (WebAssembly)" /><published>2024-03-05T00:00:00+00:00</published><updated>2024-03-05T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2024/03/05/wasm-extended-constant-expressions</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2024/03/05/wasm-extended-constant-expressions.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-extended-constant-expressions">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Extended constant expressions (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/extended-const/blob/main/proposals/extended-const/Overview.md">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">i32.add</code>, <code class="language-plaintext highlighter-rouge">i32.sub</code>, <code class="language-plaintext highlighter-rouge">i32.mul</code>, <code class="language-plaintext highlighter-rouge">i64.add</code>, <code class="language-plaintext highlighter-rouge">i64.sub</code>, and <code class="language-plaintext highlighter-rouge">i64.mul</code> operations extend constant expressions to include arithmetic.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.extended-constant-expressions</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.extended-constant-expressions">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: BigInt to i64 conversion (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2023/10/26/wasm-bigint.html" rel="alternate" type="text/html" title="New in High Baseline Support: BigInt to i64 conversion (WebAssembly)" /><published>2023-10-26T00:00:00+00:00</published><updated>2023-10-26T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2023/10/26/wasm-bigint</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2023/10/26/wasm-bigint.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-bigint">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=BigInt to i64 conversion (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/spec/js-api/#ref-for-syntax-numtype①⓪">spec</a></p>

<p>Integer values pass bidirectionally between JavaScript and WebAssembly, converted to i64 values in WebAssembly or BigInt values in JavaScript.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.BigInt-to-i64-integration</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.BigInt-to-i64-integration">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Sign extension operators (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2023/10/26/wasm-sign-extension-operators.html" rel="alternate" type="text/html" title="New in High Baseline Support: Sign extension operators (WebAssembly)" /><published>2023-10-26T00:00:00+00:00</published><updated>2023-10-26T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2023/10/26/wasm-sign-extension-operators</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2023/10/26/wasm-sign-extension-operators.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-sign-extension-operators">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Sign extension operators (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/sign-extension-ops/Overview.md">spec</a></p>

<p>Sign-extension operator instructions extend the width of 8-bit, 16-bit, and 32-bit values to 32-bit and 64-bit values.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.sign-extension-operations</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.sign-extension-operations">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Multi-value (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2023/04/20/wasm-multi-value.html" rel="alternate" type="text/html" title="New in High Baseline Support: Multi-value (WebAssembly)" /><published>2023-04-20T00:00:00+00:00</published><updated>2023-04-20T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2023/04/20/wasm-multi-value</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2023/04/20/wasm-multi-value.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-multi-value">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Multi-value (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/multi-value/Overview.md">spec</a></p>

<p>Instructions and blocks can produce multiple result values.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.multi-value</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.multi-value">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Import and export of mutable globals (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2022/09/24/wasm-mutable-globals.html" rel="alternate" type="text/html" title="New in High Baseline Support: Import and export of mutable globals (WebAssembly)" /><published>2022-09-24T00:00:00+00:00</published><updated>2022-09-24T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2022/09/24/wasm-mutable-globals</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2022/09/24/wasm-mutable-globals.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-mutable-globals">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Import and export of mutable globals (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/spec/js-api/#dom-globaldescriptor-mutable">spec</a></p>

<p>Mutable global variables are importable and exportable.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.mutable-globals</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.mutable-globals">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Exception handling (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2022/05/03/wasm-exception-handling.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Exception handling (WebAssembly)" /><published>2022-05-03T00:00:00+00:00</published><updated>2022-05-03T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2022/05/03/wasm-exception-handling</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2022/05/03/wasm-exception-handling.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-exception-handling">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Exception handling (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md">spec</a></p>

<p>Exceptions break the normal control flow of execution to represent exceptional behavior, such as an error. You can respond to the exception in JavaScript code.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.Exception</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.Exception">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.Exception.options_parameter_traceStack</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.Exception.options_parameter_traceStack">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.getArg</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.getArg">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.is</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.is">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag.Tag</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag.Tag">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.exception-handling</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.exception-handling">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Exception.stack</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Exception.stack">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Tag.type</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Tag.type">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Threads and atomics (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/12/13/wasm-threads.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Threads and atomics (WebAssembly)" /><published>2021-12-13T00:00:00+00:00</published><updated>2021-12-13T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/12/13/wasm-threads</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/12/13/wasm-threads.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-threads">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Threads and atomics (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md">spec</a></p>

<p>Threads in WebAssembly run code in parallel, while atomic memory instructions can guarantee that no two threads can read or write to shared memory at the same time.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory.Memory.shared</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory.Memory.shared">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.threads-and-atomics</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.threads-and-atomics">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Reference types (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/11/19/wasm-reference-types.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Reference types (WebAssembly)" /><published>2021-11-19T00:00:00+00:00</published><updated>2021-11-19T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/11/19/wasm-reference-types</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/11/19/wasm-reference-types.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-reference-types">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Reference types (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/reference-types/Overview.md">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">externref</code> type can be both a value type and a table element type, while <code class="language-plaintext highlighter-rouge">funcref</code> can be a value type.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.reference-types</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.reference-types">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Bulk memory operations (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/10/25/wasm-bulk-memory.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Bulk memory operations (WebAssembly)" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/10/25/wasm-bulk-memory</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/10/25/wasm-bulk-memory.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-bulk-memory">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Bulk memory operations (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/bulk-memory-operations/Overview.md">spec</a></p>

<p>Bulk memory operations, such as <code class="language-plaintext highlighter-rouge">copy</code> and <code class="language-plaintext highlighter-rouge">init</code>, mirror the efficiency of native <code class="language-plaintext highlighter-rouge">memcpy</code> and <code class="language-plaintext highlighter-rouge">memmove</code> operations.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.bulk-memory-operations</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.bulk-memory-operations">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Non-trapping float-to-int conversion (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/10/25/wasm-non-trapping-float-to-int.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Non-trapping float-to-int conversion (WebAssembly)" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/10/25/wasm-non-trapping-float-to-int</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/10/25/wasm-non-trapping-float-to-int.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-non-trapping-float-to-int">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Non-trapping float-to-int conversion (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/nontrapping-float-to-int-conversion/Overview.md">spec</a></p>

<p>Saturating floating-point to integer conversion operators return the maximum or minimum integer value on overflow instead of trapping.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.non-trapping-float-to-int-conversions</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.non-trapping-float-to-int-conversions">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: BigInt to i64 conversion (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/04/26/wasm-bigint.html" rel="alternate" type="text/html" title="New in Low Baseline Support: BigInt to i64 conversion (WebAssembly)" /><published>2021-04-26T00:00:00+00:00</published><updated>2021-04-26T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/04/26/wasm-bigint</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/04/26/wasm-bigint.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-bigint">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=BigInt to i64 conversion (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/spec/js-api/#ref-for-syntax-numtype①⓪">spec</a></p>

<p>Integer values pass bidirectionally between JavaScript and WebAssembly, converted to i64 values in WebAssembly or BigInt values in JavaScript.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.BigInt-to-i64-integration</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.BigInt-to-i64-integration">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Sign extension operators (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2021/04/26/wasm-sign-extension-operators.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Sign extension operators (WebAssembly)" /><published>2021-04-26T00:00:00+00:00</published><updated>2021-04-26T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2021/04/26/wasm-sign-extension-operators</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2021/04/26/wasm-sign-extension-operators.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-sign-extension-operators">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Sign extension operators (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/sign-extension-ops/Overview.md">spec</a></p>

<p>Sign-extension operator instructions extend the width of 8-bit, 16-bit, and 32-bit values to 32-bit and 64-bit values.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.sign-extension-operations</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.sign-extension-operations">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Multi-value (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2020/10/20/wasm-multi-value.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Multi-value (WebAssembly)" /><published>2020-10-20T00:00:00+00:00</published><updated>2020-10-20T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2020/10/20/wasm-multi-value</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2020/10/20/wasm-multi-value.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-multi-value">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Multi-value (WebAssembly)">mdn</a> · <a href="https://github.com/WebAssembly/spec/blob/main/proposals/multi-value/Overview.md">spec</a></p>

<p>Instructions and blocks can produce multiple result values.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.multi-value</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.multi-value">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: WebAssembly</title><link href="https://rixx.github.io/baseline-updates/2020/04/17/wasm.html" rel="alternate" type="text/html" title="New in High Baseline Support: WebAssembly" /><published>2020-04-17T00:00:00+00:00</published><updated>2020-04-17T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2020/04/17/wasm</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2020/04/17/wasm.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=WebAssembly">mdn</a> · <a href="https://webassembly.github.io/gc/core/bikeshed/">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">WebAssembly.instantiate()</code> and <code class="language-plaintext highlighter-rouge">WebAssembly.instantiateStreaming()</code> global static methods load WebAssembly code (also known as Wasm), a portable binary instruction format.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.CompileError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.CompileError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.CompileError.CompileError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.CompileError.CompileError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Instance</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Instance">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Instance.Instance</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Instance.Instance">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Instance.exports</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Instance.exports">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.LinkError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.LinkError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.LinkError.LinkError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.LinkError.LinkError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory.Memory</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory.Memory">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory.buffer</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory.buffer">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Memory.grow</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Memory.grow">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Module</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Module">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Module.Module</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Module.Module">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Module.customSections_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Module.customSections_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Module.exports_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Module.exports_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Module.imports_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Module.imports_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.RuntimeError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.RuntimeError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.RuntimeError.RuntimeError</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.RuntimeError.RuntimeError">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table.Table</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table.Table">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table.get</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table.get">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table.grow</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table.grow">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table.length</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table.length">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Table.set</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Table.set">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.compile_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.compile_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.instantiate_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.instantiate_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.validate_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.validate_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Global</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Global">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Global.Global</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Global.Global">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Global.value</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Global.value">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.Global.valueOf</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.Global.valueOf">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.compileStreaming_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.compileStreaming_static">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">webassembly.api.instantiateStreaming_static</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.api.instantiateStreaming_static">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Import and export of mutable globals (WebAssembly)</title><link href="https://rixx.github.io/baseline-updates/2020/03/24/wasm-mutable-globals.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Import and export of mutable globals (WebAssembly)" /><published>2020-03-24T00:00:00+00:00</published><updated>2020-03-24T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2020/03/24/wasm-mutable-globals</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2020/03/24/wasm-mutable-globals.html"><![CDATA[<p><a href="https://caniuse.com/?search=wasm-mutable-globals">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Import and export of mutable globals (WebAssembly)">mdn</a> · <a href="https://webassembly.github.io/spec/js-api/#dom-globaldescriptor-mutable">spec</a></p>

<p>Mutable global variables are importable and exportable.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">webassembly.mutable-globals</code> <a href="https://developer.mozilla.org/en-US/search?q=webassembly.mutable-globals">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="webassembly" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry></feed>