hydai
hydai
Signed-off-by: hydai
Signed-off-by: hydai
## Description There is a breaking change in multi-memory proposal. We need to change the behavior of decoding multi-memory instruction. Reference: * https://github.com/WebAssembly/multi-memory/pull/29 * https://github.com/WebAssembly/multi-memory/issues/28 ### Expected The order of...
## Description Our thread proposal example only exists in `examples` folder. We should have it in the WasmEdge book. ### Current State The example only exists in `examples` folder. ###...
## Motivation The manylinux1 image is deprecated and dropped on January 1st, 2022. Reference: https://github.com/pypa/manylinux/issues/994 It will become harder to maintain this image by our side. To simply the situation,...
## Description ### Current State If users use `llvm@13`, then our pre-built macos binary is fine. However, if users update their llvm version from 13.0.1 to 14.0.6, then they may...
## Motivation Currently, we have some documents for users in the WasmEdge book. However, we don't provide a clear document for the developers that want to contribute to WasmEdge itself....
## Motivation Currently, WasmEdge makes the extensions become plugins. We need to build a complete example for demonstrating the full functionalities of leveraging the k8s, crun, wasmedge, and wasi-nn extension,...
## Motivation In #1459, we would like to have the socket handled by `fd_write` and `fd_read`. That's why we need to implement the WASI-IO proposal. ## Details The WASI-IO proposal...