MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_context

Class bark_context

examples/wasm/emscripten.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10std::thread g_worker;
11std::vector<struct bark_context *> g_contexts(4, nullptr);
12
13EMSCRIPTEN_BINDINGS(bark) {
14 emscripten::function("init", emscripten::optional_override([](const std::string &path_model) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected