We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51a38b commit 67f0bcfCopy full SHA for 67f0bcf
src/main_emscripten_kernel.cpp
@@ -16,7 +16,7 @@
16
#include "xeus-cpp/xinterpreter_wasm.hpp"
17
18
template <class interpreter_type>
19
-interpreter_type* builder_with_args(emscripten::val js_args)
+static interpreter_type* builder_with_args(emscripten::val js_args)
20
{
21
static std::vector<std::string> args = emscripten::vecFromJSArray<std::string>(js_args);
22
static std::vector<const char*> argv_vec;
0 commit comments