// GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into reffy-reports // (https://github.com/tidoust/reffy-reports) // Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/) partial namespace WebAssembly { Promise compileStreaming(Promise source); Promise instantiateStreaming( Promise source, optional object importObject); };