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

Method call1

test/embind/embind_benchmark.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 std::wstring call1(const std::wstring& str1, const std::wstring& str2) override {
155 return call<std::wstring>(call1_symbol, str1, str2);
156 }
157
158 void call_with_typed_array(size_t size, const void* data) override {
159 return call<void>(

Callers 1

callInterface1Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected