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

Function EMSCRIPTEN_BINDINGS

test/embind/test_unsigned.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25}
26EMSCRIPTEN_BINDINGS(TEST) {
27 emscripten::function("set_bind_f64", &set_bind_f64);
28 emscripten::function("set_bind_u64", &set_bind_u64);
29 emscripten::function("set_bind_u32", &set_bind_u32);
30}
31
32int main()
33{

Callers

nothing calls this directly

Calls 1

functionFunction · 0.50

Tested by

no test coverage detected