-
Hello,
I just switched from wasmer to `wasi-js` in the WasiCaml project (https://github.com/remixlabs/wasicaml). There are a lot of scripts running WASI-fied wasm code, and some of them also write …
-
Hello!
I'd be thrilled if you could help me resolve my issue with `wasm compose`.
I want to build an application that is composed of two components. Both components are made with cargo component…
-
`cargo wasi run -- --dir=.` currently fails, but it's pretty close to working. I found out that after removing `arg("--")` the above command succeeds. Is it here intentionally?
https://github.com/byt…
-
Hi,
I'm trying to figure out how can I use the compiled WASI artifact, I tried the following but it threw me an exception;
1.
```cli
$ wasmtime run --env PYTHONPATH=/builddir/wasi/$(cat pybuildd…
-
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
-
Consider adding runtime interpreters for all languages supported for browser js, nodejs, and wasi.
- [ ] Bug
- [ x] Improvement
- [ ] Other
Consider adding runtime interpretors for all lang…
-
### Context
This is an epic for implementing Hetzner cloud support.
Hetzner is the first plugin to be implemented for the first release, v0.1.0.
The reason for choosing Hetzner first is that …
-
The wasi-nn specification has been ported over from the old WITX syntax to the new WIT syntax (see https://github.com/WebAssembly/wasi-nn/pull/17). This repository should switch over to using WIT-base…
-
Currently, Kotlin Wasm is [Alpha](https://kotlinlang.org/docs/components-stability.html).
Dokka analyzes it as JS platform. Dokka K1 does the same.
It is blocked by https://youtrack.jetbrains.com…