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