-
**The goal of raising this issue is to enhance support for more WASI capabilities**.
wasm32-wasi-p2-module, or wasm32-wasi-t2, is a new concept highlighted in [a slide in Wasm CG June 2024](https:/…
-
I compiled this P2ID note script using the `main` entrypoint:
```rust
#![no_std]
#![no_main]
#[global_allocator]
static ALLOC: miden::BumpAlloc = miden::BumpAlloc::new();
#[panic_handler]
…
-
The [current list of changes](https://github.com/WebAssembly/wasi-sdk/compare/wasi-sdk-24...main) includes some nice things such as:
* Update to LLVM/Clang 19
* Adding `llvm-dwp`
* Updates/bugfix…
-
I've got a Flappy Bird game that I compiled last time in circa 2020, when I last optimized it for minimal code size.
It's been a while since I touched the codebase, though tonight I looked to updat…
-
Hi, i have followd #526 and #474 issues and then i am able to solve below issues
```
wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
wasm-ld: error: build/wasm32-wasi…
-
In context of [dotnet sockets](https://github.com/dotnet/runtime/pull/106977) I would like to be able to `wasi:poll_poll` on mix of handles
- which were created by consuming other WASI APIs, like …
-
`fcntl` doesn't implement `O_NONBLOCK` for `wasi:socket` handles
See
https://github.com/WebAssembly/wasi-libc/blob/1b19fc65ad84b223876c50dd4fcd7d5a08c311dc/libc-bottom-half/cloudlibc/src/libc/fcnt…
-
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 …
-
https://github.com/WebAssembly/WASI/blob/main/legacy/application-abi.md says:
> Regardless of the kind, all modules accessing WASI APIs also export a linear memory with the name memory. Data pointe…
yamt updated
2 months ago
-
Repro: get `release-artifacts` from CI output of latest revision in https://github.com/WebAssembly/wasi-sdk, which uses llvm 19.1.0. Then compile the following program:
```c++
#include
int mai…