Function Module.validate

Validates the given bytes as being a valid WebAssembly module.

static bool validate (
  Store store,
  ubyte[] data
);