Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
scripts
/
test
/
env.js
blob: 0eb3f06f48f2c6c951cfdd5de6b870a7e1c120ab [
file
] [
log
] [
blame
] [
edit
]
export
const
FUNCTION_TABLE
=
[];
var
tempRet0
=
0
;
export
function
setTempRet0
(
x
)
{
tempRet0
=
x
;
}
export
function
getTempRet0
()
{
return
tempRet0
;
}
export
const
memoryBase
=
0
;
export
const
tableBase
=
0
;