-
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…
-
# Reproduction
```shell
cat > foo.c
-
I have build wasi-sdk for risc-v to use on the [VisionFive2 board ](https://doc-en.rvspace.org/Doc_Center/visionfive_2.html) from StarFive. I have issues with linking C++ programs as the linker insis…
-
- [ ] use `-no-wasm-opt` and remove detection in `ValidateWasiSdk` of `src\mono\mono.proj`
- [x] remove `src\native\external\wasi-sdk-p2.cmake`
- [x] remove workaround for `wasm-component-ld` bug in…
-
> If you are on OSX, I now provide a ready-so-use SDK here: https://github.com/holzschu/wasi-sdk/releases/download/wasi-sdk-aShell-19/wasi-sdk.tar.gz
> It contains the binaries (clang, ar, wasm-ld..…
-
I know the wasi-sdk project is not a part of the bytecodealliance organization but it seems useful (to me, at least) to have an easy-to-use GitHub action for installing it in CI workflows. This seems …
-
Would you prepare libclang_rt.builtins-wasm32.a for wasm32-wasi-threads? In the wasi-sdk-24.0-x86_64-linux/lib/clang/18/lib, only wasi, wasip1, and wasip2 exist.
I manually linked libclang_rt.built…
-
While building wasi-sdk locally, I observed that some of the compile tests fail:
```console
$ build.sh
FAILED: tests/compile-only/wasm32-wasip2.-O0.addresses.c.wasm
: && /home/abrown/Code/wasi-s…
-
Hi,
I am trying to include llvm-19rc2 version in wasi-sdk-24 version.
while running this command i am getting below errors .
`cmake --build build/sysroot --target install`
```
mkdir -p "/hom…
-
The blogpost-uncompress example of zlib-rs includes the C libz-ng library. Without libz-ng, zlib-rs compiles fine for wasm.
# Reproduction
```
$ git clone https://github.com/trifectatechfoundat…