Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ intClass
Method
intClass
test/embind/embind_jspi_test.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
static void voidClass() { emscripten_sleep(0); }
30
31
static int intClass(int i) {
32
emscripten_sleep(0);
33
return i + 1;
34
}
35
};
36
37
int stdFunction(const MyClass& target, int i) {
Callers
1
EM_ASYNC_JS
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected