MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

test/webgpu_basic_rendering.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427int main() {
428 GetDevice(run);
429
430 RegisterCheckScopesAtExit();
431 // This is the return code once all runtime-keepalives have completed
432 // (unless something crashes before then).
433 return 0;
434}

Callers

nothing calls this directly

Calls 2

GetDeviceFunction · 0.85

Tested by

no test coverage detected