vincent
vincent
I saw some ci issues come from my evmc_host_context workaround as below. 1. /home/circleci/project/include/evmc/evmc.h:164:8: error: struct has no members [-Werror=pedantic] 2. error: empty struct is a GNU extension [-Werror,-Wgnu-empty-struct] >...
> An implementation exists here: https://github.com/second-state/rust-ssvm Below things are being processed and we will update this issue as we make progress. 1. We will try to keep EVMC separate from...
Stage 1 is completed. We separate evmc-client with evmc ABI version 6 from rust-ssvm. > fork official repository with tag [v6.3.1-rust-evmc-client](https://github.com/second-state/evmc/releases/tag/v6.3.1-rust-evmc-client) Now we will migration evmc-client to ABI version 7...
We already migrate our evmc-client to support evmc v7.3.0 in new branch. https://github.com/second-state/evmc/tree/rust-binding-client Temporary use Hera as the ewasm engine who support evmc v7.3.0 for testing the newer evmc-client mentioned...
Hi, is the link still applicable now? I tried, and it seems to have stopped working. Update: But I found your wiki, https://github.com/gdh1995/vimium-c/wiki/Show-all-marks, is working.
https://github.com/WasmEdge/WasmEdge/issues/3217 has been added.
https://wasmedge.org/docs/start/build-and-run/docker_wasm_gpu https://wasmedge.org/docs/start/build-and-run/podman_wasm_gpu I have two documents that you might find useful.
I am not sure ~ IIUC, this involves taking a different approach with the NVIDIA runtime. Running application with the NVIDIA runtime doesn't actually coexist with the other runtime (crun...
Certainly, it can be run on a local machine. Later, I will add a CI workflow using crun to run the GGM as a demo. Once I've completed it, I...
I added an pure crun + llama example [here](https://github.com/second-state/wasmedge-containers-examples/blob/main/.github/workflows/crun-containerd-llama-server.yml). The steps aligns with the description in this issue. It's worth noting that this experimental feature is available only in our...