Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ postWasmLoad
Function
postWasmLoad
wasm/post_load.js:1–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
var
postWasmLoad =
function
() {
2
setTimeout(registerResize);
3
//setupColorTheme();
4
updateCalculateMouseEvent();
5
updateKeyEvents();
6
registerErrorHandling();
7
};
Callers
1
wasm_loader.js
File · 0.85
Calls
3
updateCalculateMouseEvent
Function · 0.85
updateKeyEvents
Function · 0.85
registerErrorHandling
Function · 0.85
Tested by
no test coverage detected