windows scheduler passes tests
unfortunately this does essentially nothing to convince me of its correctness
This commit is contained in:
@@ -17,7 +17,7 @@ impl WasiCtxBuilder {
|
||||
WasiCtxBuilder(WasiCtx::builder(
|
||||
random(),
|
||||
clocks::clocks(),
|
||||
Box::new(sched::SyncSched),
|
||||
Box::new(sched::SyncSched::new()),
|
||||
Rc::new(RefCell::new(Table::new())),
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user