diff options
Diffstat (limited to 'scripts/test/env.js')
-rw-r--r-- | scripts/test/env.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test/env.js b/scripts/test/env.js index 0eb3f06f4..4dcfa7d2b 100644 --- a/scripts/test/env.js +++ b/scripts/test/env.js @@ -1,5 +1,5 @@ - -export const FUNCTION_TABLE = []; +// This is the name by which the tests import the wasm table. +export const table = []; var tempRet0 = 0; |