* 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.
()
| 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. |
no outgoing calls
no test coverage detected