wasi-sdk icon indicating copy to clipboard operation
wasi-sdk copied to clipboard

WASI-enabled WebAssembly C/C++ toolchain

Results 103 wasi-sdk issues
Sort by recently updated
recently updated
newest added

When compiling a C program with `-Wl,--export-all`, more debug info is generated. For example, take this program: ```c #include #include int main() { FILE *f = fopen("/etc/issue", "r"); if (!f)...

When running `[WASI_SDK]/bin/clang` I get: ``` dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /Users/foo/Web/wasi-sdk-10.0/bin/clang (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib dyld:...

Hi there! I have just recompiled wasi-sdk v10 for a project I am working on and I thought I'd try to enable LIBCXX_ENABLE_FILESYSTEM for libcxx in order to have access...

See https://github.com/WebAssembly/wasi-sdk/issues/117 Currently we build against `debian:stretch` inside a docker contains and hope for the best. We should probably document the minimal requires for libc, libc++ and any other dynamic...

Using these binaries then wouldn't require a `--target`. This is a relatively common pattern for cross compilers and it means you can put `wasi-sdk/bin` on the end of your `PATH`...

There is an inconsistency in the signal headers for C++ vs C lib that causes build failure. Tested for WASI SDK 8. Error from compiler: `/usr/local/wasi-sdk/share/wasi-sysroot/include/c++/v1/csignal:53:9: error: no member named...

Right now the SDK consists of two main parts: 1. the wasi sysroot 2. a recent build llvm from stable branch In (2) list of llvm components we install is...

Hi! Is there a path forward towards supporting the Clang sanitizers on `wasm32-unknown-wasi`?

We could use circle-ci or travis-ci. They both allow for long builds like this now (travis limit is 50 minutes and I think circle-ci is 5 hours!). We could also...

As mentioned in https://github.com/CraneStation/wasi-sysroot/issues/70 it might make sense to integrate or unify the two current efforts we have to build wasm sdk. The https://github.com/WebAssembly/waterfall does have slightly different goals in...