MCPcopy Create free account
hub / github.com/bnjbvr/trinity / wasmExportInit

Method wasmExportInit

java-module/TrinityModule.java:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 @Export(name = "init")
25 private static void wasmExportInit() {
26
27 TrinityModuleImpl.init();
28
29 }
30
31 @Export(name = "help")
32 private static int wasmExportHelp(int p0, int p1, int p2) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected