Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing memory and table in public APIs #634

Open
gumb0 opened this issue Nov 4, 2020 · 0 comments
Open

Importing memory and table in public APIs #634

gumb0 opened this issue Nov 4, 2020 · 0 comments

Comments

@gumb0
Copy link
Collaborator

gumb0 commented Nov 4, 2020

There's currently a discrepancy between C++ and C APIs, where C++ instantiate takes vectors of imported tables and memory and C fizzy_instantiate takes single memory and single table.

Wasm 1.0 allows only single memory and table, so it's fine to pass only single (optional) one. Probably C++ API should be changed for consistency with C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant