diff options
| author | 2023-02-06 20:35:01 +0100 | |
|---|---|---|
| committer | 2023-02-06 11:35:01 -0800 | |
| commit | 397f559e77335287021b18c84769541a82af3741 (patch) | |
| tree | b9c35f6b9c2df6b9fc3d982dbab1d749546078ef /src | |
| parent | ca2e708be11e9481938965ee92acc38c01a7726a (diff) | |
| download | bun-397f559e77335287021b18c84769541a82af3741.tar.gz bun-397f559e77335287021b18c84769541a82af3741.tar.zst bun-397f559e77335287021b18c84769541a82af3741.zip | |
Fix URL of wasi-js (#1997)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bun.js/wasi.exports.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/wasi.exports.js b/src/bun.js/wasi.exports.js index 4d5ac5e1c..a01d88d6b 100644 --- a/src/bun.js/wasi.exports.js +++ b/src/bun.js/wasi.exports.js @@ -1,5 +1,5 @@ // HUGE thanks to: -// - @williamstein and https://github.com/sagemathinc/cowasm/tree/main/packages/wasi-js +// - @williamstein and https://github.com/sagemathinc/cowasm/tree/main/core/wasi-js // - @syrusakbary for wasmer-js https://github.com/wasmerio/wasmer-js // - Gus Caplan for node-wasi https://github.com/devsnek/node-wasi // |
