mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
11 lines
457 B
Text
11 lines
457 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/)
|
|
|
|
[Exposed=(Window,Worker)]
|
|
partial namespace WebAssembly {
|
|
Promise<Module> compileStreaming(Promise<Response> source);
|
|
Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
|
|
Promise<Response> source, optional object importObject);
|
|
};
|