-
example:
```zig
pub const A = 1;
const std = @import("std");
// to elide the defualt panic handler or it won't compile
pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTra…
-
I have a project similar to this how can I test it ? I am able to run the guest from host but unable to figure out how to test or How to write test
` guest/src/lib.rs`
```
use wit::demo::uti…
-
Sometimes building racer breaks because of nightly stuff (e.g. nightly-2020-07-16 doesn't build racer 2.1.35). It would be cool if the latest tagged releases had prebuilt binary executables for linux/…
-
```
#13 61.96 Downloaded mysql_async_wasi v0.30.1
#13 62.07 Downloaded tokio-util_wasi v0.7.5
#13 62.47 Downloaded tokio_wasi v1.25.2
#13 62.58 error: package `time v0.3.25` cannot be built …
-
Hi community, I am new to WebAssembly and wasi world. I recently have a question on the scope of wasi. Seems wasi-nn and wasi-smartcontract belong to wasi scope. This confuse me a lot. Based on my und…
-
When I run `build.sh`, I see the following errors:
```
$ ./build.sh
Compiling testsuite/thread_spawn-simple.c
testsuite/thread_spawn-simple.c:3:10: fatal error: 'wasi/api.h' file not found
#in…
-
I am looking at the prebuilt wasix-sysroot, which I downloaded from the workflow run
https://github.com/wasix-org/wasix-libc/actions/runs/6268266259
I am wondering about two things
- `triple`…
-
https://github.com/dev-wasm/dev-wasm-go/tree/main/http#regenerating-the-code
currently if I try to checkout any newer code than commit `cc86a80` the wit-bindgen will fail.
```
% wit-bindgen tin…
-
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…
-
![image](https://github.com/user-attachments/assets/66055018-62a6-4297-b68c-de940d4cb6d8)
## Terminal Output
```sh
[root@computer] # cargo install --root /usr/local hyprsession
Updating cr…