From f087388ebc6314c2852d553f4f4ea3074369dfbe Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 28 Jan 2023 23:23:26 -0800 Subject: Support running WASI (WebAssembly) files using `bun run` (#1929) * another micro bench * Support running WASI --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- test/bun.js/hello-wasi.wasm | Bin 0 -> 131 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/bun.js/hello-wasi.wasm (limited to 'test/bun.js/hello-wasi.wasm') diff --git a/test/bun.js/hello-wasi.wasm b/test/bun.js/hello-wasi.wasm new file mode 100755 index 000000000..e134bcee4 Binary files /dev/null and b/test/bun.js/hello-wasi.wasm differ -- cgit v1.2.3