We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340cfc0 commit ca966a2Copy full SHA for ca966a2
tools/build-helpers.js
@@ -49,7 +49,7 @@ export async function vendorDeno({
49
// see https://github.com/denoland/deno/issues/14123
50
// to workaround this we copy the wasm files manually
51
// (note Deno 2 allows to vendor wasm files, but it also require modules to import them and not fetch and instantiate them
52
- // se being able to drop downloading is dependent on implementation of wasm handling in external modules as well)
+ // so being able to drop downloading is dependent on implementation of wasm handling in external modules as well)
53
await Promise.all(
54
wasmFilesToDownload.map(async (urlString) => {
55
const url = new URL(urlString)
0 commit comments