lexaknyazev/wasm.dart

Got WebAssembly.instantiate(): Imports argument must be present and must be an object

liuguangmao opened this issue · 1 comments

Instance.fromBytesAsync
from assets,but got error WebAssembly.instantiate(): Imports argument must be present and must be an object

This runtime error means that the specific module that is being instantiated requires an imports object, which was not provided.