You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OOM test for component InstancePre::instantiate_async (#12993)
* Add OOM test for component InstancePre::instantiate_async
Fix infallible allocations in the component model instantiation path:
- Use TryPrimaryMap for instance_states and instances in ComponentInstance
- Use TryPrimaryMap for instances in ComponentStoreData
- Use TryVec for scopes in ComponentTasksNotConcurrent
- Use TryPrimaryMap for guest field in ResourceTables
- Use try_new for Arc and Box allocations in instantiation/call paths
- Make push_component_instance and push_instance_id return Result
- Make enter_call_not_concurrent return Result
* remove now-unused import
* fix imports for different cfgs
* really fix imports this time
0 commit comments