-
### Issue Description
On macOS, Running `mkdirat(., ., 0)` (first arguments irrelevant, except that the parent directory is on a virtiofs mount) inside a continer fails with `EACCES` when a vfkit-bas…
-
**Describe the bug**
I've recently disabled the `avahi-daemon.service` and `avahi-daemon.socket` units, because I don't need Avahi (I only need to resolve mDNS and I can do that with `systemd-resolve…
-
Dear Dora Vota Team,
When I run tally (~20 DORA in Wallet).
The current MACI round is pending
startProcessing
Tally failed.
Query failed with (6): rpc error: code = Unknown desc = failed to exe…
-
Wasmtime (the wasm runtime used in OPA) supports caching the output of JIT compiling a wasm module.
We could explore if that brings us any benefits. One thing is that currently, in our VM pool, eac…
-
Hi,
Please see the following in relation to performing the [FaaS Face Detection](https://www.secondstate.io/articles/faas-face-detection/) via wasmedge-extensions.
Compiled the `lib.rs` as per [th…
-
Hi!
I found a issue in the implementation of `eval/invoke` in `Language.Wasm.Interpreter`.
Right now, invocation arguments are only type-matched pairwise using [`zipWith checkValType`](https:…
-
WasmBase::start is called for every plugin;
https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/668bc99e4ead7872f014638ff16c68736853da43/src/wasm.cc#L593
and inside of it ContextBase::onStart…
-
My rust code for wasm:
```rust
#[no_mangle]
pub fn t() {
std::thread::sleep(std::time::Duration::from_secs(2));
}
```
And host code for calling the wasm's exported function `t`:
```rust
…
-
What I've done:
* instantiated multiple filters from the same wasm module
* each running on different listener
* sharing the same vm (I didn't override `vm_id`)
* the filters had different…
krdln updated
3 years ago
-
Version: `wasm-opt version 112 (version_112) `
Command args: `-O4 -g`
Node.js Version: `v8.9.3`
Got this error when calling `WebAssembly.Module`:
```
CompileError: WebAssembly.Module(): Compili…