From 44eec0c5bb1afbcc16430359e825204a51f7ce2c Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:29:26 -0800 Subject: Fixes #1933 --- src/bun.js/wasi.exports.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') 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. /** **/ -- cgit v1.2.3