Comment by flohofwoe

Comment by flohofwoe 3 hours ago

0 replies

Calling an "idiomatic" C++ API from WASM would also require a (COM like) shim though since C++ has no standardized ABI. E.g. as soon as your API uses things like std::string it already gets hairy.