You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow loadPolicy to accept a PromiseLike<Response> or Response to be able to use WebAssembly.instantiateStreaming over WebAssembly.instantiate internally
Signed-off-by: Eric Tucker <[email protected]>
* Only accept promise instead of Promise for streaming
Signed-off-by: Eric Tucker <[email protected]>
* @param {number | WebAssembly.MemoryDescriptor} memoryDescriptor For backwards-compatibility, a 'number' argument is taken to be the initial memory size.
465
470
* @param {{ [builtinName: string]: Function }} customBuiltins A map from string names to builtin functions
0 commit comments