-
Over in Wasmtime, the CLI binary rewrites certain exit codes from WASI's `proc_exit` in order to avoid issues on Windows; see [here](https://github.com/bytecodealliance/wasmtime/blob/3ff3994a128e900df…
-
The current wasi-crypto API definition allows operations to be performed one at a time. There are also "multi-buffer" techniques (e.g. [Intel Multi-buffer Cryptography Functions](https://www.intel.com…
-
## Failing module
- **GitHub**: https://github.com/ruby/ruby.wasm
- **npm**: https://www.npmjs.com/package/@ruby/wasm-wasi/v/2.4.1-2023-12-31-a
```js
import {} from "https://esm.sh/@ruby/wasm-…
-
Hello,
I am trying to build a package [`halo2_backend`](https://github.com/Ethan-000/halo2_backend/tree/0.1.2) I am working on and import it into javascript.
I can build the package with `cargo …
-
WASI is powerful enough for Adept: https://wasi.dev/
ghost updated
11 months ago
-
## Motivation
In current state, we only have unit tests for wasi-crypto plugin in WasmEdge.
We need a tutorial for creating a WASM program which uses wasi-crypto.
## Details
1. A rust source…
-
I've looked high and low between the WASM/WASI specifications and can't find what is the "correct" behavior here but the current rust behavior seems wrong to me.
I don't believe we should be trying…
-
The image used for testing needs to be built from source https://github.com/containerd/runwasi/tree/main/crates/wasi-demo-app
It would be more convenient to access this as a package, especially as …
-
We are hitting an issue with Wizering our code after the 1.2 upgrade. We are using `wit-bindgen`, which generates `memcpy` statements, and WASI SDK 16 is compiling them using the bulk memory proposal…
-
Rust stdlib already has a concept of path prefixes ([`std::path::Prefix`](https://doc.rust-lang.org/std/path/enum.Prefix.html), [`std::path::PrefixComponent`](https://doc.rust-lang.org/std/path/struct…