wasm-linker-js icon indicating copy to clipboard operation
wasm-linker-js copied to clipboard

Control the `useAsyncify` setting per module instantiation

Open radu-matei opened this issue 5 years ago • 0 comments

When instantiating a linker with Asyncify enabled, all modules linked and instantiated with the linker will be instantiated using Asyncify's JavaScript wrapper.

We should allow a per-instance (and by extension per module linked) setting for Asyncify.

A current workaround is instantiating a module separately and adding it to the linker using the instance method.

radu-matei avatar Nov 12 '20 08:11 radu-matei