Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ _embind_register_bindings
Function
_embind_register_bindings
system/lib/embind/bind.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void _embind_register_bindings(InitFunc* f) {
62
f->next = init_funcs;
63
init_funcs = f;
64
}
65
66
void _emval_coro_resume(val::awaiter* awaiter, EM_VAL result) {
67
awaiter->resume_with(val::take_ownership(result));
Callers
1
InitFunc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected