MCPcopy Create free account
hub / github.com/callstackincubator/polygen /

Class

packages/polygen/src/api/Module.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * @spec https://webassembly.github.io/spec/js-api/index.html#modules
13 */
14export class Module {
15 metadata: InternalModuleMetadata;
16
17 public constructor(buffer: ArrayBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected