-
Hi, I'm focusing on the situation where the web server provides a web page, including some libraries (.so, .dylib, .dll), and the client can download the libraries and load them in his browser without…
-
# Bug report
### Bug description:
Hi,
I've been trying to follow the build instructions from [here](https://devguide.python.org/getting-started/setup-building/#wasi) to build to wasi.
I get the foll…
-
Hi - this issue is a heads up that we intend to discontinue this package and archive the repo.
This package was an experiment in consuming WASM code - integrating a WASM runtime into applications, …
-
### Describe the bug
I am unable to install .Net maui on ArchLinux
### To Reproduce
```bash
sudo dotnet workload install maui-android
```
### Exceptions (if any)
```
No se rec…
-
Hi, I am working on [easywasi](https://github.com/konsumer/easywasi), which I recommend using with zenfs. It's been going good, and works well to give WASI wasm access to a filesystem, which allows fo…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.21.3 darwin/amd64
### Does this issue reproduce with the latest release?
Yes, the this issue reproduce …
-
Recently a lot of work on thread support has been done in WASI: https://github.com/WebAssembly/wasi-threads
After our toolchain support threading, it will unlock offloading computationally heavy oper…
-
## Motivation
Let's say I'd like to build a component that consumes 3 configuration values `a`, `b` and `c` (which in a [12-factor app](https://12factor.net/config) I'd take as 3 environment variab…
-
Hi,
here i am trying integrate wasm with sysbench benchmark profiling tool.
i have compiled this sysbench with wasi-sdk 23 version.
after compiling i am trying to run with iwasm runtime.
i am ge…
-
I'd like to use jsonschema in a wasm a environment. I tried this code (below). The app compiles just fine, however it crashes just as soon as it just as soon as it reaches JSONSchema::compile
``` …