-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The WebAssembly.Table object is a JavaScript wrapper object β an array-like structure representing a WebAssembly table, which stores homogeneous references. A table created by JavaScript or in WebAssembly code will be accessible and mutable from both JavaScript and WebAssembly.
Emscripten uses WebAssembly.Table and react-native-webassembly currently does not support exporting Wasm.Tables it only supports functions.
However to use emscripten wasm modules wasm.table is needed and needs to be implemented.
Metadata
Metadata
Assignees
Labels
No labels