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

Function main

test/embind/test_unsigned.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32int main()
33{
34 EM_ASM(
35 Module['set_bind_f64'](2147483648);
36// Module['set_bind_u64'](2147483648); // todo: embind does not currently support 64-bit integers.
37 Module['set_bind_u32'](2147483648);
38// Module['_set_c_u64'](2147483648); // todo: embind does not currently support 64-bit integers.
39 _set_c_u32(2147483648);
40 );
41}

Callers

nothing calls this directly

Calls 1

EM_ASMFunction · 0.70

Tested by

no test coverage detected