Skip to content

Commit

Permalink
Remove hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 19, 2023
1 parent 8ffe08c commit ea5b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ index 80d24c2982..61d9e00c1a 100644
+ int32[2] = 4;
+ worker.postMessage(int32);
+
+ worker.postMessage("https://duckdb-extensions.s3.us-east-2.amazonaws.com/duckdb-wasm/v0.9.1/wasm_eh/json.duckdb_extension.wasm");
+ worker.postMessage(url);
+ Atomics.wait(int32, 0, 0);
+
+ const int32_2 = new Int32Array(new SharedArrayBuffer(int32[1] + 3 - ((int32[1] + 3) % 4)));
Expand Down

0 comments on commit ea5b7fb

Please sign in to comment.