Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bnjbvr/trinity
/ wasmImportDebug
Method
wasmImportDebug
java-module/Log.java:22–23 ·
view source on GitHub ↗
(int p0, int p1)
Source
from the content-addressed store, hash-verified
20
21
}
22
@Import(name =
"debug"
, module =
"log"
)
23
private
static
native
void
wasmImportDebug(
int
p0,
int
p1);
24
25
public
static
void
debug(String s) {
26
byte[] bytes = (s).getBytes(StandardCharsets.UTF_8);
Callers
1
debug
Method · 0.95
Implementers
1
lib.rs
modules/wit-log/src/lib.rs
Calls
no outgoing calls
Tested by
no test coverage detected