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

Fix wasm-module-builder.js #1831

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

thibaudmichaud
Copy link

Rename the function import property from type to type_index to match the use site (l.1166):

if (imp.kind == kExternalFunction) {
  section.emit_u32v(imp.type_index);
}

@backes backes merged commit 61e34cc into WebAssembly:wasm-3.0 Oct 9, 2024
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

Successfully merging this pull request may close these issues.

2 participants