-
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…
-
### Expected Behavior
build
### Actual Behavior
fail
### Steps to Reproduce
cd new-client
namui start wasm32-wasi-web
### Other Info
```text
error: failed to run custom build command for `opu…
-
Right now we download the x64 version unconditionally, but instead we should do it for the right CPU. I think it requires [using `TARGETPLATFORM`](https://docs.docker.com/build/building/multi-platform…
-
**summary: ~I believe starting with WASIp1 and then WASp2 in future, is the right approach.~ https://github.com/scala-js/scala-js/issues/5080#issuecomment-2488309511**
This is a sub-issue of https:…
-
hi!
I'm working on [a project](https://github.com/sentriz/go-taglib-wasm) to compile TagLib to WASM/WASI for use in a Go library for static and embedded builds
It sort of works to far but I've …
-
#### Feature
When using the `wasmtime run` command I'd like to be able to attach a directory as read-only.
#### Benefit
Currently this works:
```
wget https://github.com/brettcannon/cpython…
-
I wanted to use Swift for WASM and found out your book.
After installing the toolchain & Swift-SDK for WASM I found out that the "Hello, world" example does not work because of a
```sh
error: …
-
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…
-
**If you are reporting *any* crash or *any* potential security issue, *do not*
open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response …
-
Hi I am trying to compile the [OpenCV](https://github.com/opencv/opencv) source code (with the [contrib](https://github.com/opencv/opencv_contrib) modules) using WASI-SDK, as I was told by [this issue…