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
Release v1.10.0 (#489)
This release fixes a bug with "node16" module resolution in TypeScript.
Thanks to @JavaScriptBach!
Signed-off-by: Stephan Renatus <stephan@styra.com>
Release 1.9.0 (#436)
This release brings support for WebAssembly.initiateStreaming:
Passing a Response or Promise<Response> to loadPolicy will pass the
response to WebAssembly.instantiateStreaming() instead of
WebAssembly.instantiate() to allow fulfilling the suggestion from MDN.
Thanks to @Tucker-Eric!
Signed-off-by: Stephan Renatus <stephan@styra.com>