MCPcopy Index your code
hub / github.com/apache/tvm / systemLib

Method systemLib

web/src/runtime.ts:1063–1065  ·  view source on GitHub ↗

* Get system-wide library module in the wasm. * System lib is a global module that contains self register functions in startup. * @returns The system library module.

()

Source from the content-addressed store, hash-verified

1061 * @returns The system library module.
1062 */
1063 systemLib(): Module {
1064 return this.ctx.getSysLib() as Module;
1065 }
1066 /**
1067 * List all the global function names registered in the runtime.
1068 * @returns The name list.

Callers 3

createVirtualMachineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected