Open xdoardo opened 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.
api
wamr
v8
wasm_c_api
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 usewamr
andv8
in ourwasm_c_api
implementations.