-
### `.clif` Test Case
I think this is not relevant because it's an issue about thread-local usage.
https://github.com/bytecodealliance/wasmtime/blob/8043c1f919a77905255eded33e4e51a6fbfd1de1/c…
-
* [Limitations of Zilliqa’s sharding approach](https://medium.com/nearprotocol/limitations-of-zilliqas-sharding-approach-8f9efae0ce3b)
* [nightshade](https://near.org/papers/nightshade/)
* [VM Matte…
-
### Summary
The test case is invalid since it contains an invalid function type, while WasmEdge fails to terminate the execution or raise an exception.
### Current State
No exception
### Expected …
-
I think this is getting close to MVP status, and something that can be PR'ed to the main repo. I'd like to create a checklist here of work that needs to be completed before opening a PR. Please keep i…
-
The `PreHashedMap` type in `wgpu_core` is probably not used in a sound way, in particular, its [use in `Device::derive_pipeline_layout`](https://github.com/gfx-rs/wgpu/blob/ee0d1703e5f4a267ce9b87d50b8…
-
I have this macro:
```Rust
bindgen!({
world: "gav",
with: {
"wasi": wasmtime_wasi::bindings,
"wasi:http": wasmtime_wasi_http::bindings::http,
},
});
```
And its g…
-
### Summary
Not a single example can work without issues, and version numbers are confusing.
### Additional details
I have tried every combination of wasmer + wasi*.
- I tried wasmer with…
-
### Purpose
I want to give an API of shuffling a vector/list from wasm. The example from wasmer-python `readme.md` and `py.test tests/test_wasi.py` work both, but the example shown below doesn't wo…
-
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…
-
Wasm (WebAssembly) was initially intended to be a way to get better-than-JS performance in web browsers, but it is now backed up by [WASI](https://wasi.dev/) (WebAssembly System Interface) which expos…