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