hydai
hydai
We don't have such a plan. The Rust/GoLang examples decode the allocate/deallocate from the compiled wasm. The cost is translating the memory layout between host memory(Python/Java) and guest memory(Wasm). A...
Hi @dannypsnl and @sridamul What's the final status of the validator? Is there anything remaining to be implemented?
Sorry, I got a little bit confused about it. So, is this issue related to the interpreter of WasmEdge being slower than other runtimes that are also using an interpreter?
The following result uses WasmEdge 0.14.1 because we shifted the focus from the interpreter to the JIT engine. We are not dedicating much engineering time to improving the interpreter at...
Hi @jprendes We are looking for a solution to register a statically linked plugin. However, it is a challenging task at the current stage. 1. Some WASI-NN backends are released...
> IIUC Wasmedge has two plugin registration api, one for C++ and one for C. Adapting the C API to register statically linked "plugins" looks straight forward. The Rust plugins...
Hi @Mossaka Due to the `libfmt` issue, we are working on a patch for version 0.14.1 to statically link the `libfmt` in the related assets. The patch has just been...
Hi @TBBle Thanks for your detailed report; this helps a lot! We have a PR for fixing issue #3870. Please apply this patch and see if the problem persists.
@q82419 Could you please attach the link to the upstream PR?