-
The examples have different errors on my M2 Max when I try to run them with `cargo wasix run`.
Since none of the examples run, I expect the problem to be on my machine (architecture or toolchain)
…
-
`wasi-crypto` has seen some changes recently, and `wasmtime-wasi-crypto` is missing a function. Some of the guest types have also changes. Can we have an update to pull in the latest `wasi-crypto` fea…
rjzak updated
2 years ago
-
I am trying to build the `product-mini/platforms/zephyr/simple` example targeting the `nucleo_f767zi` board with `WAMR_BUILD_LIBC_WASI` so that a WASM module compiled for `wasi` can execute on the boa…
-
So far it seems the most advanced **practical** capability system is [Capsicum](https://www.cl.cam.ac.uk/research/security/capsicum/freebsd.html ). I think it would be nice to correlate their API with…
-
wasmtime-wasi/src/clocks.rs
```
use cap_std::time::Duration;
pub trait HostWallClock: Send {
fn resolution(&self) -> Duration;
fn now(&self) -> Duration;
}
```
Should `Duration` …
-
После твоего стрима, я попробовал собрать hello world с С.
```
#include
int main() {
puts("Hello, World!");
}
```
Я использовал обычный clang который у меня был в системе(установился с V…
-
Hi,
I'm trying to build a wasm with wasi-sdk but encounter the following error on runtime step:
`failed to parse /home/celine/Documents/Rline/rline/examples/memory-limitation/target/test.wasm: inp…
-
I was facing the following issues when using the [hello-world example](https://github.com/wasmerio/docs.wasmer.io/tree/master/integrations/js/wasi/browser/examples/hello-world):
* The index.html is n…
-
I've been talking with @lukewagner and @guybedford recently about #177 and how
best to tackle that in components and WIT, and I'm opening this issue to propose
changes to both WIT and the component …
-
Hi, you can see how we currently package this in https://github.com/nixos/nixpkgs/blob/master/pkgs/development/libraries/wasilibc/default.nix.
There are no imminent problems (the situation is less…