diff options
author | 2023-01-29 16:29:26 -0800 | |
---|---|---|
committer | 2023-01-29 16:29:39 -0800 | |
commit | 44eec0c5bb1afbcc16430359e825204a51f7ce2c (patch) | |
tree | 17beeb94003f9b4a48fdd14d40453f5498052022 /src/bun.js | |
parent | ac64d87a1c05000f7240df3ec508d7d340651409 (diff) | |
download | bun-44eec0c5bb1afbcc16430359e825204a51f7ce2c.tar.gz bun-44eec0c5bb1afbcc16430359e825204a51f7ce2c.tar.zst bun-44eec0c5bb1afbcc16430359e825204a51f7ce2c.zip |
Fixes #1933
Diffstat (limited to 'src/bun.js')
-rw-r--r-- | src/bun.js/wasi.exports.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bun.js/wasi.exports.js b/src/bun.js/wasi.exports.js index 060310a9c..6689003fb 100644 --- a/src/bun.js/wasi.exports.js +++ b/src/bun.js/wasi.exports.js @@ -1,5 +1,8 @@ -// HUGE thanks to @williamstein and https://github.com/sagemathinc/cowasm/tree/main/packages/wasi-js -// This code is mostly a copy of wasi-js +// HUGE thanks to: +// - @williamstein and https://github.com/sagemathinc/cowasm/tree/main/packages/wasi-js +// - @syrusakbary for wasmer-js https://github.com/wasmerio/wasmer-js +// - Gus Caplan for node-wasi https://github.com/devsnek/node-wasi +// // Eventually we will implement this in native code, but this is just a quick hack to get WASI working. /** **/ |