fromBytesAsync static method
Asynchronously compiles WebAssembly Module from Uint8List source.
Throws a CompileError on invalid module source.
Implementation
static Future<Module> fromBytesAsync(Uint8List bytes) =>
_fromBytesOrBufferAsync(bytes);