Stream: git-wasmtime

Topic: wasmtime / issue #3077 Async counter part to `wasmtime::L...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2021 at 02:36):

CBenoit opened issue #3077:

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`

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2021 at 02:39):

CBenoit edited issue #3077:

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`

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2021 at 21:17):

alexcrichton closed issue #3077:

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`


Last updated: Nov 22 2024 at 16:03 UTC