Lines Matching refs:emscripten
6 * It also defines emscripten bindings for SkpDebugPlayer and other classes necessary to us it.
31 #include <emscripten.h>
32 #include <emscripten/bind.h>
41 #include <emscripten/html5.h>
45 using Uint8Array = emscripten::val;
46 using JSArray = emscripten::val;
47 using JSObject = emscripten::val;
81 * uintptr_t is used here because emscripten will not allow binding of functions with pointers
226 // and string_view to string, which emscripten understands.
249 // and string_view to string, which emscripten understands.
285 JSObject result = emscripten::val::object();
292 JSArray list = emscripten::val::array();
304 JSArray result = emscripten::val::array();
312 JSArray result = emscripten::val::array();
314 JSObject item = emscripten::val::object();
538 using namespace emscripten;
582 // emscripten provided the following convenience function for binding vector<T>
583 // https://emscripten.org/docs/api_reference/bind.h.html#_CPPv415register_vectorPKc