Skip to content

Commit 011cb0c

Browse files
authored
Updated settings.js to make it clear that MEMORY64 is no longer experimental. (emscripten-core#23329)
1 parent b7f557c commit 011cb0c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ Assumes WASM_BIGINT.
304304

305305
.. note:: Applicable during both linking and compilation
306306

307-
.. note:: This is an experimental setting
308-
309307
Default value: 0
310308

311309
.. _initial_table:

src/settings.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ var MEMORY_GROWTH_LINEAR_STEP = -1;
248248
// using i64 pointers).
249249
// Assumes WASM_BIGINT.
250250
// [compile+link]
251-
// [experimental]
252251
var MEMORY64 = 0;
253252

254253
// Sets the initial size of the table when MAIN_MODULE or SIDE_MODULE is use

0 commit comments

Comments
 (0)