Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ or
Method
or
cranelift/interpreter/src/value.rs:767–769 ·
view source on GitHub ↗
(self, other: Self)
Source
from the content-addressed store, hash-verified
765
}
766
767
fn or(self, other: Self) -> ValueResult<Self> {
768
bitop!(|(self, other))
769
}
770
771
fn xor(self, other: Self) -> ValueResult<Self> {
772
bitop!(^(self, other))
Callers
5
step
Function · 0.45
insert_load_store
Function · 0.45
handle_module
Function · 0.45
insert
Method · 0.45
verify_tree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected