Skip to content

feature: WebAssembly.Table supportΒ #31

@samuelscheit

Description

@samuelscheit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions