wasm-c-api
wasm-c-api copied to clipboard
A simple way to expose some C lib to wasm?
I'd like to be able to expose some C lib to wasm. It looks like I have to write a callback for every C function I want to expose. Is there some automated process for that? Or are there at least some rules, how to write these for general function arguments?
Well, this a proposal in fairly early stages, so I'm afraid there is no tooling or documentation yet.