| 6 | namespace djinni_generated { |
| 7 | |
| 8 | em::val NativeSampleInterface::cppProxyMethods() { |
| 9 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 10 | }); |
| 11 | return methods; |
| 12 | } |
| 13 | |
| 14 | |
| 15 | EMSCRIPTEN_BINDINGS(testsuite_sample_interface) { |
nothing calls this directly
no outgoing calls
no test coverage detected