-
This is target `wasm32-wasip1` with `panic = "unwind"`, running on V8. I tried this code:
```rust
struct Dropper;
impl Drop for Dropper {
fn drop(&mut self) {
let _ = std::panic::catch_u…
-
Providing a prebuilt binary for `wasi-stub` would speed up automated packaging of plugins that use it.
Currently they have to build it on their own, which makes use cases like [`xtask`](https://git…
-
It should make caching easier since the WASI toolchains will change more than the base dev container. It would also allow for https://github.com/python/cpython/tree/main/.devcontainer to have a separa…
-
I wrote a plugin `spin terminal` (https://github.com/rajatjindal/spin-plugin-terminal) based on [dagger](https://dagger.io), which provides a container shell with the required toolchains.
As i play…
-
When writing a web-only VS Code extension, i.e. with a package.json that only defines a `"browser"` entrypoint, the extension will not activate when depending on `ms-vscode.wasm-wasi-core`:
```json
"…
jacbz updated
2 weeks ago
-
Deno removed wasi from their standard library, we should use the wasi [polyfill](https://discord.com/channels/1011124058408112148/1156304630028959824/1294310457074520135) instead on Deno 2.
From ht…
-
For portability and code-reuse across SDKs / client libraries, it would be nice to have a (even limited) WebAssembly build. This is follow up from some interest in creating a universal library using E…
-
I'm curious to hear what people think about how much of POSIX should be possible to implement via WASI.
As a concrete example, I may be wrong but I think you can't implement the commandline tool `l…
-
Hey team!
I wanted to use a .wasm module that has been compiled from Rust, using the `wasm32_wasip1_threads` target but it looks like this target required some imports from the host that are not bein…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=750876
Build error leg or test failing: Build / wasi-wasm windows Release …