-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [X] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [X] capability providers
- [ ] provider bindgen
-…
-
## Summary
wasm32-unknown-unknown no_std non-wasi target possible?
-
warning: the `wasm32-wasi` target is being renamed to `wasm32-wasip1` and the `wasm32-wasi` target will be removed from nightly in October 2024 and removed from stable Rust in January 2025
Probably…
-
I have build wasi-sdk for risc-v to use on the [VisionFive2 board ](https://doc-en.rvspace.org/Doc_Center/visionfive_2.html) from StarFive. I have issues with linking C++ programs as the linker insis…
-
Are there any plans to support WASI?
-
Hi. A bug occurred during build for `wasm` using `wasm-pack`.
Platform: `Apple Silicon`
Rustc Version: `1.83.0-nightly (363ae4188 2024-09-24)`
Package Version: `v0.2.2`
Full error log:
``…
-
### Summary
Can i somehow override syscalls from `wasmer-wasix` crate?
I want to achieve next behavior:
```
console.log(Math.random());
console.log(new Date());
```
should return predefined …
Noc0r updated
2 months ago
-
I am struggling with this error while following Quick Start.
```bash
~/elfconv/bin# wasmtime exe.wasm
Error: failed to run main module `exe.wasm`
Caused by:
0: failed to instantiate "exe.…
-
Hi!
I am trying to figure out how make `make test-js` work from the `bindings` folder (running Node `21.6.0`). My goal is being able to evaluate vanilla jsonnet files with imports working through W…
-
Would you prepare libclang_rt.builtins-wasm32.a for wasm32-wasi-threads? In the wasi-sdk-24.0-x86_64-linux/lib/clang/18/lib, only wasi, wasip1, and wasip2 exist.
I manually linked libclang_rt.built…