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

Function main

test/embind/test_negative_constants.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int main() {
24 EM_ASM(
25 out("NEGATIVE_FLOAT_NUM = " + Module['NEGATIVE_FLOAT_NUM']);
26 out("NEGATIVE_INT_NUM = " + Module['NEGATIVE_INT_NUM']);
27 out("negative_float_num = " + Module['negative_float_num']);
28 out("negative_double_num = " + Module['negative_double_num']);
29 out("negative_int_num = " + Module['negative_int_num']);
30 );
31}

Callers

nothing calls this directly

Calls 2

EM_ASMFunction · 0.70
outFunction · 0.50

Tested by

no test coverage detected