From 21f014f4bd0ea1086895d8674f1473af222eb416 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 25 Apr 2019 17:09:47 -0700 Subject: wasm2js: support non-constant indexes for memory and table segments (#2055) Mostly what we need for dynamic linking, at least on the binaryen side. --- scripts/test/env.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/test') diff --git a/scripts/test/env.js b/scripts/test/env.js index 44e6035de..af2cce1c7 100644 --- a/scripts/test/env.js +++ b/scripts/test/env.js @@ -8,3 +8,5 @@ export function getTempRet0() { return tempRet0; } +export const memoryBase = 0; +export const tableBase = 0; -- cgit v1.2.3