wasi-sdk
wasi-sdk copied to clipboard
WASI-enabled WebAssembly C/C++ toolchain
This is a basic test for https://github.com/WebAssembly/wasi-libc/pull/241.
Please Provide arm64 binaries for linux, so that the sdk can be used without having to build it which takes a lot of time
Compiling a simple module that touches std namespace will cause /opt/wasi-sdk/share/wasi-sysroot/include/c++/v1/setjmp.h:34:15: fatal error: 'setjmp.h' file not found The same code works w/o using -fmodule and without import header. I can...
I want use wasi-sdk as backend c++ compiler/std-libraries to build my little library. Emscripten it seems too huge and highweight for my tasks. So I need just build library as...
I'm using this toolchain in order to create a simple wasm module for use with [wagi](https://github.com/deislabs/wagi/). The wasm module size has a significant impact on the time it takes to...
Could you plz support Mac m1 - apple silicon platform, and add release binary for it ? Thanks very much.
I think an increasing number of us are running on Linux on Apple Silicon with Parallels in a VM, and support would be great. I can always build from source,...
**This PR is an early preview.** I'm interested in feedback on the general approach! First, a demo: ```shell $ cat >eh.cpp
I see that the readme says that networking is supported, but that there is plan for it sometime in the future. What's the timeline for this? Rust had some frameworks...
I am writing C++ code for the internet computer, and I am a bit stuck at the moment trying to use strings. I studied the discussion in [this issue](https://github.com/WebAssembly/wasi-sdk/issues/190) in...