Skip to content

Implement Linker::module_async#3121

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:impl-linker
Jul 27, 2021
Merged

Implement Linker::module_async#3121
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:impl-linker

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This implements and adds the async counterpart of the Linker::module
method.

Closes #3077

This implements and adds the async counterpart of the `Linker::module`
method.

Closes bytecodealliance#3077
@github-actions github-actions Bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Jul 27, 2021
@github-actions
Copy link
Copy Markdown

Subscribe to Label Action

cc @peterhuene

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

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:api

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

Learn more.

@alexcrichton alexcrichton merged commit 9b08875 into bytecodealliance:main Jul 27, 2021
@alexcrichton alexcrichton deleted the impl-linker branch July 27, 2021 21:17
wgwoods pushed a commit to wgwoods/wasmtime that referenced this pull request Jul 29, 2021
This implements and adds the async counterpart of the `Linker::module`
method.

Closes bytecodealliance#3077
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.

Async counter part to wasmtime::Linker::module (module_async)

2 participants