hydai
hydai
## Motivation In the current design of the WASI socket, we use `sockaddr_in` and `sockaddr_in6` to handle the IPv4 and IPv6. However, it's a big problem to deal with the...
It has been a long time since we freeze our milestones of solidity front end. The language spec is changed. Our solidity front end is based on solidity v0.6.6 release...
### Checklist - [ ] Code compiles correctly - [ ] All tests are passing - [ ] New tests have been created which fail without the change (if possible)...
Signed-off-by: hydai
## Motivation In the current design, we already provide several pre-built plugins in the release assets. However, there is not a clear way for users to install them easier. Take...
Signed-off-by: hydai
## Motivation The GitHub runners have only 20 slots. However, we found that the workflow of building WasmEdge on the OpenWrt will take almost two hours, which is totally insane....
## Description Users report this issue. The reproduced repo: https://github.com/wujunzhuo/wasm-test Related problematic codes: ```rust extern "C" { fn load_input(pointer: *mut u8); fn dump_output(pointer: *const u8, length: usize); } #[no_mangle] pub...