wire_program_from_atom_bytes method

void wire_program_from_atom_bytes(
  1. NativePortType port_,
  2. Uint8List ser_program_bytes
)

Implementation

void wire_program_from_atom_bytes(
        NativePortType port_, Uint8List ser_program_bytes) =>
    wasmModule.wire_program_from_atom_bytes(port_, ser_program_bytes);