Skip to content

Implement Table Initialization #34

Description

@alexdovzhanyn

We need a data structure in the module instance to represent tables as defined in the table section of any given WebAssembly module. This initialization will be based on the elements provided in the element section of the module. An element is to a table what a data section is to memory.

This initialization needs to happen in module_instance.ex, where all the other module attributes are initialized.

Issue #4 is a blocker for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions