KWasm
KWasm copied to clipboard
Support providing Tables to loaded modules.
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.
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).