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