From 51de001b99ef306044a3a3e91cd2be658f6d2ceb Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Mon, 6 Nov 2023 17:43:01 -0800 Subject: [PATCH] [js-api] Restore accidentally-deleted digit separators These were accidentally deleted in #471. --- document/js-api/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/js-api/index.bs b/document/js-api/index.bs index f8fc54436..d7657d9fe 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -1359,7 +1359,7 @@ In practice, an implementation may run out of resources for valid modules below
  • The maximum number of data segments defined in a module is 100,000.
  • The maximum number of tables, including declared or imported tables, is 100,000.
  • -
  • The maximum size of a table is 10000000.
  • +
  • The maximum size of a table is 10,000,000.
  • The maximum number of table entries in any table initialization is 10,000,000.
  • The maximum number of memories, including declared or imported memories, is 1.