$ModuleWebAssembly class
- Available extensions
- Annotations
- 
    - @JS.new('WebAssembly')
- @staticInterop
 
Constructors
Properties
- compileError → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension no setter
- global → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Referenceno setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- instance → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Referenceno setter
- 
  instantiate
  → ({Future<WebAssemblyInstantiatedSource> Function(Object bytes, [dynamic importObject]) $1, Future<Instance> Function(Module moduleObject, [dynamic importObject]) $2})
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension Overload accessor: $1, $2no setter
- linkError → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension no setter
- memory → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Referenceno setter
- module → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Referenceno setter
- runtimeError → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- table → dynamic
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Referenceno setter
Methods
- 
  compile(Object bytes) → Future< Module> 
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Reference
- 
  compileStreaming(Object source) → Future< Module> 
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Reference
- 
  instantiateStreaming(Object source, [dynamic importObject]) → Future< WebAssemblyInstantiatedSource> 
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Reference
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  validate(Object bytes) → bool 
- 
      Available on $ModuleWebAssembly, provided by the $ModuleWebAssembly$Typings extension MDN Reference
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited