Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#14092)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
renovate[bot] and bluwy authored Sep 19, 2023
1 parent 8052801 commit 7485fe7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,8 @@ import wasmUrl from 'foo.wasm?url'

const main = async () => {
const responsePromise = fetch(wasmUrl)
const { module, instance } = await WebAssembly.instantiateStreaming(
responsePromise,
)
const { module, instance } =
await WebAssembly.instantiateStreaming(responsePromise)
/* ... */
}

Expand Down

0 comments on commit 7485fe7

Please sign in to comment.