Skip to content

Make too many imports an instantiation error#1478

Merged
alexcrichton merged 2 commits into
bytecodealliance:masterfrom
alexcrichton:wrong-number-of-imports
Apr 7, 2020
Merged

Make too many imports an instantiation error#1478
alexcrichton merged 2 commits into
bytecodealliance:masterfrom
alexcrichton:wrong-number-of-imports

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Previously we'd accidentally only take the head of the list when
instantiating, but instead this changes the API to require exactly the
right number of imports.

Previously we'd accidentally only take the head of the list when
instantiating, but instead this changes the API to require exactly the
right number of imports.
@github-actions github-actions Bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Apr 7, 2020
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 7, 2020

Subscribe to Label Action

This issue or pull request has been labeled: "wasmtime:api"

Users Subscribed to "wasmtime:api"

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Copy link
Copy Markdown
Member

@sunfishcode sunfishcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just needs a rustfmt :-).

@alexcrichton alexcrichton merged commit 1a2eccc into bytecodealliance:master Apr 7, 2020
@alexcrichton alexcrichton deleted the wrong-number-of-imports branch April 7, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants