wasm-c-api icon indicating copy to clipboard operation
wasm-c-api copied to clipboard

A simple way to expose some C lib to wasm?

Open porky11 opened this issue 6 years ago • 1 comments

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?

porky11 avatar Dec 15 '19 09:12 porky11

Well, this a proposal in fairly early stages, so I'm afraid there is no tooling or documentation yet.

rossberg avatar Jan 07 '20 14:01 rossberg