Instantiation:
const res = await WebAssembly.instantiate(wasmBuf, {});
Memory Declaration:
const memory = res.instance.exports