| 24 | } |
| 25 | } |
| 26 | EMSCRIPTEN_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 | |
| 32 | int main() |
| 33 | { |
nothing calls this directly
no test coverage detected