Function Module.from

Instantiate a module given a string in the WebAssembly Text Format.

static Module from (
  Store store,
  string source
);