Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
srenatus committed Jun 17, 2024
1 parent 0f75701 commit 0433d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-policy-agent/opa-wasm",
"version": "1.8.1",
"version": "1.9.0",
"description": "Open Policy Agent WebAssembly SDK",
"main": "./src/index.cjs",
"types": "./dist/types/opa.d.ts",
Expand Down

0 comments on commit 0433d4e

Please sign in to comment.