Browse Source
We iterate over the preopens to present them to the WASI program, so storing them in a `HashMap` means this order is nondeterministic. Switch to a `Vec` of tuples instead. This means we don't eliminate duplicates, but they should be rare.pull/502/head
Dan Gohman
5 years ago
committed by
Jakub Konka
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue