summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/wasm/serialization/module/resources/create-empty-wasm-module.js
blob: 7326710c9e47d756bbdab1ead2303b108b8f04db (plain)
1
2
3
4
function createEmptyWasmModule() {
  return new WebAssembly.Module(
      new Uint8Array([0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00]));
}