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