Skip to content

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

Description

@CBenoit

Feature

There is no Linker::module_async method to add a module to the linker in async context.
I suggest to add one or if there is a reason why it can't be done, I would like to know why.

Benefit

Ability to easily link modules together like in the example but in async context.

Implementation

I gave a try in my fork but it doesn't work apparently.

thread 'two_plugins' panicked at 'called `Result::unwrap()` on an `Err` value: couldn't instanciate `linking1`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions