KWasm icon indicating copy to clipboard operation
KWasm copied to clipboard

Support providing Tables to loaded modules.

Open jasonwyatt opened this issue 4 years ago • 1 comments

Similar to the HostFunction capability currently implemented, support should be added to allow an embedder to provide a Table which can be imported by loaded WASM modules.

jasonwyatt avatar Dec 24 '20 00:12 jasonwyatt

This was sort-of fixed by #273. But I think the API can be much better (e.g. the current solution doesn't allow for the client to actually specify/supply the contents of the table, only that the table exists).

jasonwyatt avatar Jan 28 '21 09:01 jasonwyatt