Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ new_i64
Method
new_i64
pulley/src/interp.rs:443–447 ·
view source on GitHub ↗
(x: i64)
Source
from the content-addressed store, hash-verified
441
}
442
443
pub fn new_i64(x: i64) -> Self {
444
let mut val = XRegVal::default();
445
val.set_i64(x);
446
val
447
}
448
449
pub fn new_u64(x: u64) -> Self {
450
let mut val = XRegVal::default();
Callers
nothing calls this directly
Calls
1
set_i64
Method · 0.80
Tested by
no test coverage detected