Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_ptr
Method
set_ptr
pulley/src/interp.rs:502–504 ·
view source on GitHub ↗
(&mut self, ptr: *mut T)
Source
from the content-addressed store, hash-verified
500
}
501
502
pub fn set_ptr<T>(&mut self, ptr: *mut T) {
503
self.0.ptr = ptr.expose_provenance().to_le();
504
}
505
}
506
507
/// An `f` register value: floats.
Callers
6
new_ptr
Method · 0.80
set_sp_unchecked
Method · 0.80
xpcadd
Method · 0.80
xmov_fp
Method · 0.80
xmov_lr
Method · 0.80
resume_to_exception_handler
Method · 0.80
Calls
1
to_le
Method · 0.80
Tested by
no test coverage detected