We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5b1e1 commit 6974e54Copy full SHA for 6974e54
1 file changed
crates/wasmtime/src/runtime/vm/vmcontext.rs
@@ -1293,10 +1293,12 @@ impl VMStoreContext {
1293
}
1294
1295
1296
+ #[cfg(feature = "component-model-async")]
1297
pub(crate) fn component_context_mut(&mut self) -> &mut [u32; NUM_COMPONENT_CONTEXT_SLOTS] {
1298
self.component_context.get_mut()
1299
1300
1301
1302
pub(crate) fn current_thread_mut(&mut self) -> &mut VMLazyThread {
1303
self.current_thread.get_mut()
1304
0 commit comments