-
I apologize for not having a minimal reproduction but I honestly have no idea what is going on here. I am having to add these lines to my build script to make it work:
https://github.com/devsne…
-
I've been regretting my decision to use pthreads in WASI, so was looking again at going to the non-pthreads configuration of the Wasi-SDK.
What would be a good approach to deal with things like
…
yowl updated
2 months ago
-
I compile the following code:
```
#include
#include
__attribute__((import_module("env"), import_name("jstest"))) void jstest(int32_t);
extern "C" {
__attribute__((export_name("edit"…
-
As part of Spin 3, we hope to add new interfaces (e.g. `wasi:keyvalue/store`) and possibly modify some existing ones (e.g. `rdbms-types`). So we are likely to need to define new worlds and it seems p…
-
Consider this minimum repro:
```s
.hidden __R1
.globl __R1
.section .data.__R1,"",@
.globaltype __R1, v128
__R1:
```
When attempting to compile it with `clang --target=wasm32 -c test.s…
-
I'm trying to build `rusqlite` for Rust, using `wasi-sdk` 20 as my `CC_wasm32_wasi` environment variable value.
This appears to work, but at runtime in `wasmtime` I can't load the resulting binarie…
-
### Describe the bug
Using clang to compile the following C file into Wasm binaries, and execute the Wasm binaries.
However, wasmer prints different result.
### Steps to reproduce
The c file is …
-
Hi,
We've hit a bug in wasm-ld trying to compile a C program to WebAssembly, which we minimized to the following:
```c
void custom_function() { }
int main()
{
void (*funcPtr) () = cust…
-
cargo build --target=wasm32-wasi --release
Compiling opencv-wasm v0.1.0 (/Users/lchjczw/work/rust/video/httpvideo/real-time_webcam_streaming_server/opencv-wasm)
The following warnings were emi…
-
We have jobs to build wasi-libc/wasi-sdk with clang/llvm trunk. (that's why you see me regularly add filters for new defines).
This time, a new warning was added on clang trunk, and it catches exis…