| 9 | |
| 10 | std::thread g_worker; |
| 11 | std::vector<struct bark_context *> g_contexts(4, nullptr); |
| 12 | |
| 13 | EMSCRIPTEN_BINDINGS(bark) { |
| 14 | emscripten::function("init", emscripten::optional_override([](const std::string &path_model) { |
nothing calls this directly
no outgoing calls
no test coverage detected