-
When doing a wasi-sdk build using latest `master` branch of LLVM since https://github.com/llvm/llvm-project/commit/c352fa7407122ee62d990d6b82551650149f98d4, libc++ build fails with something like:
…
-
Hello @holzschu,
Hope you're doing fine.
I was trying to install ``mysqlclient`` and I found the error ``pkg-config not found``.
Is it possible to add the ``pkg-config`` software or script?
…
-
Hello, I'm writing a Deno library for Solidity compiler bindings and I decided to try to wrap Solang.
I am following this guide for compiling Rust to WebAssembly: https://depth-first.com/articles/2…
-
### Summary
To verify the capability of concurrency, designed a tiny server wasm app. When perform stress test against the app (using postman), a segfault error is raised. The test environment is set…
-
Hello!
We want to generate WebAssembly (WASM) from C++ code using [Emscripten SDK](https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_Wasm) to run them in [Roma](https://github.com/privacysa…
-
I'm trying to add shared-everything support in WebAssembly port of CRuby, and found an issue.
## Dependencies
- wasm-tools: with my patch to fix `_start` issue
- https://github.com/bytecodeal…
-
I tried to compile a hello-world with gambit-c and wasi-sdk:
1. Install `wasi-sdk-bin` and `gambit-c` on Arch Linux
2. Set WASI_SDK_PATH, on fish it would be `set -gx WASI_SDK_PATH /opt/wasi…
-
### Subject of the issue
fd_datasync fails.
I'm not sure whether this is a bug.
### Test case
```
#include
#include
#include
#include
int get_fd(const char *filename, int flags) {
…
-
Howdy,
I am trying to build the project, but I run into a couple of issues:
The first one, which is probably causing the second one: In the cargo.toml file, build fails on llama-core and endpoints.…
-
We are hitting an issue with Wizering our code after the 1.2 upgrade. We are using `wit-bindgen`, which generates `memcpy` statements, and WASI SDK 16 is compiling them using the bulk memory proposal…