-
I am following the README file, however for macOS it fails to link, step by step below.
```bash
export WASI_VERSION=20
export WASI_VERSION_FULL=${WASI_VERSION}.0
wget "https://github.com/WebAsse…
skhaz updated
11 months ago
-
Could it be because am using an older version 17 or there anything special that must be done to boost package before compiling for wasi.
Boost was built from source with the following bash script
…
-
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 -f…
djabi updated
11 months ago
-
### Compiler name
LLVM Clang with WASI sdk
### Compiler version
wasi-sdk-19
### Compiler language
C/C++
### Compiler homepage
https://github.com/WebAssembly/wasi-sdk
### Motivation
Currently…
-
## 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 …
-
wasm-interp --enable-exceptions test
```sh
error initializing module: invalid import "env.saveSetjmp"
```
-
# WASI Developer Experience Goals
[WebAssembly System Interface](https://github.com/WebAssembly/WASI) is an exciting technology. Lots of work has already gone into enabling [C# with WASI](https://d…
-
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 wasm with supporting me…
-
I tried this code:
* Compiling this library for `wasm32-wasi`: https://github.com/kateinoigakukun/wasi-vfs. It creates a file `libwasi_vfs.a` which is then linked against when creating a Wasi app…
rjzak updated
3 months ago
-
### Build
https://dev.azure.com/dnceng/internal/_build/results?buildId=2361240
Error:
```
##[error]We stopped hearing from agent Azure Pipelines 32. Verify the agent machine is running and has a…