Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Dec 7, 2024
1 parent fc766ff commit dbde661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let modPromise = null;
* @returns {Promise<void>}
*/
async function loadModuleAsync() {
const { instance } = await WebAssembly.instantiateStreaming(fetch(moduleUrl), {
const { instance } = await WebAssembly.instantiateStreaming(fetch(moduleUrl), {
// @ts-expect-error: The bindings don't exactly match the 'ExportValue' type
"./matrix_sdk_crypto_wasm_bg.js": bindings,
});
Expand Down

0 comments on commit dbde661

Please sign in to comment.