mirror of
https://github.com/servo/servo.git
synced 2025-07-21 06:13:40 +01:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
function createEmptyWasmModule() {
|
|
return new WebAssembly.Module(
|
|
new Uint8Array([0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00]));
|
|
}
|