Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_atomic
Method
is_atomic
winch/codegen/src/masm.rs:613–615 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
611
}
612
613
pub(crate) fn is_atomic(&self) -> bool {
614
matches!(self, Self::Atomic(_, _))
615
}
616
}
617
618
/// Kinds of behavior supported by Wasm loads.
Callers
1
wasm_load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected