-
I noticed support for WASI is P1 now, but P2 has been out for a little while now. It would be awesome to have support for P2 and the component model!
-
-
It would be interesting to have a version of the runtime which does not depend on JavaScript, probably by linking against [wasi-libc](https://github.com/WebAssembly/wasi-libc).
Some features would …
-
Proposing the adoption of [rust-wasi-sample](https://github.com/yoshuawuyts/wasi-rust-sample) as a Bytecode Alliance hosted project.
Repository URL: https://github.com/yoshuawuyts/wasi-rust-sample
…
-
There is a proposal for adding [tls support in wasi-sockets](https://github.com/WebAssembly/wasi-sockets/pull/104). After adding [socket support](https://github.com/dotnet/runtime/pull/106977) it mak…
-
Or the real [Path of Pain](https://www.hollowknight.com/) with even less rewards at the end.
The integration of WAMR **should** enable `vs`:
- To download distributed toolchains for arbitrary lang…
-
Log
```
[Debug_nww2llne_rax] impatient delay was canceled as expected
[Debug_nww2llne_rax] 1st impatientClient was canceled as expected
[Debug_nww2llne_rax]
[Debug_nww2ll…
-
During my learning and experiments of wasip2, I tried this simple code and compiled it to a wasip2 component:
```rust
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file…
-
We detect a couple of supported RCs of `wasi:http`, plus releases `0.2.0` and `0.2.1`. However, the `wasi` crate (https://docs.rs/wasi/latest/wasi/) has already moved on to 0.2.2, and will presumably…
-
Hi all!
I'm trying to use the wasm_component_layer (with the wasmtime_runtime_layer) to run a [simple composed component](https://github.com/TitusVM/wasm_rpn_calc) I made from the [WASM documentati…