-
As I was trying to get the `libsql` with webassembly running on OSv per example described in [this article](https://blog.chiselstrike.com/webassembly-functions-for-your-sqlite-compatible-database-7e1a…
-
## Description
I have generated a wasm binary which with no WASI function. And I processed it with Wasmedge and the other runtimes, such as wasmtime and wasmer, while WasmEdge is much slower than the…
-
It will be nice to have short and simple commands to do next list of things
- compile_all
- run_one (and print verbose error)
- run_all (and print list of changed statuses)
- update_csv (ru…
-
I have a few components that run properly with wasmtime but panic with jco.
Easiest way to reproduce, build https://github.com/sunfishcode/hello-wasi-http
then run
```bash
jco serve target/was…
-
I'm trying to get criterion running on [Wasmtime](https://github.com/bytecodealliance/wasmtime) and [Wasmer](https://github.com/wasmerio/wasmer) after compiling the application to `target=wasm32-wasi`…
-
I have asked that in the past most likely via an at-mention in https://github.com/christophwille/dotnet-opa-wasm/ - but today it came back up for multi-threaded usage of the Wasmtime API. I have cooke…
-
Hi, trying to integrate this with my application service and seeing this runtime error.
```
Error: incompatible import type for `env::memory`
Caused by:
memory types incompatible: expected…
-
Hi there!
I recognise that this would be quite difficult to do with the current tooling that Rust provides, but are there any plans to provide a synchronous variant of the preview2 implementation? …
-
I want to embed this Javascript WASM runtime by using a Rust WASM runtime in a Rust program, for example wasmer or wasmtime and so on. However, When I use `wasmer` and `wasmer_wasi` crates to write co…
-