wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

wasmer-c-api: Support `wamr` and `v8` engines #5262

Open xdoardo opened 3 days ago

xdoardo commented 3 days ago

We recently added support for multiple engines in the same api build: with it, it also comes the symbol renaming to avoid clashes. This allows us to use wamr and v8 in our wasm_c_api implementations.