// This is the name by which the tests import the wasm table.exportconst table = [];
var tempRet0 = 0;
exportfunctionsetTempRet0(x) {
tempRet0 = x;
}
exportfunctiongetTempRet0() {
return tempRet0;
}
exportconst memoryBase = 0;
exportconst tableBase = 0;