blob: 7326710c9e47d756bbdab1ead2303b108b8f04db [file] [log] [blame]
function createEmptyWasmModule() {
return new WebAssembly.Module(
new Uint8Array([0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00]));
}