evanw/indirectbuffer

Can you provide a full working example ?

Opened this issue · 0 comments

Hi, thanks for this promising library.
I'm new to WASM so my request may look naive.
Can you please provide a full example of how to use this library and call it from JS.
I understand from the example you provided in the readme that I need to deal with everything from C++ (because you added the main function) but what if I was building a library that'll be called from JS directly?