-
Currently, `wasmtime` using `cap-std` as the interface for `wasi`. Figure out a good way to provide `wasi` with or without `cap-std` from `Wasmedge`.
The point is that do we want to operation on f…
-
I have a test and it fails. I don't know why the variable `result` equals to 0.
```
String wat = /* a .wat file */;
@Test
public void myTest(){
Engine engine = new Engine();
Store store …
-
I see that the project was written from scratch entirely in Rust but I am wondering if it would work with WASM/WASI. I have a dream to implement Ruby into Bevy when proper scripting support is impleme…
-
if you try to follow the example with the current version that is available, the asc will give you an error ERROR TS6054: File '~lib/as-wasi.ts' not found.
the error can be fixed by changing the impo…
-
I tried to compile the following code using wasi-sdk
```
clang hostname.c --target=wasm32-wasi --sysroot=/opt/wasi-sdk/wasi-sysroot
```
```
#include
#include
#include
int main(void) {
…
-
Right now we do not support linking to specific and/or multiple versions of the same interface. This will definitely be required when wasi 0.2.1 releases in August. This should be a non-breaking, but …
-
I get the following error:
```rs
error[E0432]: unresolved import `nix::fcntl`
--> src/lib.rs:7:10
|
7 | use nix::fcntl::{flock, FlockArg};
| ^^^^^ could not find `fcntl` in `nix`
…
-
- moc 0.10.2
- compiled with `-wasi-system-api` flag
- wasmtime command `wasmtime --max-wasm-stack=2000000 --enable-cranelift-nan-canonicalization --wasm-features multi-memory,bulk-memory `
Error…
-
CC @Kerollmops, as we talked briefly about LMDB alternatives over on the Meili discord.
This issue stems from the fact LMDB won't compile to WASM/WASI because of its complicated concurrency model (…
-
I tried to open this link but i guess this isnt working for now
https://docs.rs/wasi-nn/latest/wasi_nn/fn.load.html