-
In `Cargo.toml` it says `strip-debuginfo="unpacked"`. It should actually be `split-debuginfo="unpacked"`.
However, even when the typo is fixed, the debuginfo is not generated.
There is no particular…
-
## Summary
Copied from Discord.
Very simple program requires 100MB+ memory
```rust
use rustpython_vm as vm;
fn main() -> vm::PyResult {
vm::Interpreter::without_stdlib(Default::defau…
-
while debating the question of more satisfaying keyboard input control (#161 and #163) i had to notice, that WASI up to now doesn't provide any commands to activate signal handlers.
it provides at…
-
When discussing base and inheriting rights in `path_open` in #570, we've discovered that, on Unix, our implementation of `path_open` will implicitly open the derived descriptor with "read" access even…
-
wasi-sockets requires a `network` handle to be passed to operations that talk with the outside world. Example: `tcp::connect`
```wit
/// An opaque resource that represents access to (a subset of) …
-
Hi, I really excited about WASI and what it's trying to achieve. I looked around for this, but couldn't find any mention of it. What is the status of multi-threading and Atomics in WASI? I saw that Ch…
-
In [This week in Fluvio #24](https://www.fluvio.io/news/this-week-in-fluvio-0022/#smartmodule-debugging-support-using-wasi) we walk through compiling Fluvio w/ WASI support.
This is a valuable work…
-
Would be great if there was an option (like `--wasi`) that would bootstrap the Wasm module with `std/wasi`.
-
Wasi syscalls should map to in memory blockchain operations.
-
The examples have different errors on my M2 Max when I try to run them with `cargo wasix run`.
Since none of the examples run, I expect the problem to be on my machine (architecture or toolchain)
…