Files
wasmtime/tests
Jakub Konka 3764204250 Put context object behind a ref rather than mut ref
This commit puts context object, i.e., the implementor of the
WASI snapshot, behind a reference `&self` rather than a mutable
reference `&mut self`. As suggested by @alexcrichton, this gives
the implementor the possibility to determine how it handles its
interior mutability.
2020-03-03 17:50:32 +01:00
..
2020-02-22 10:17:27 +01:00
2020-02-27 11:57:36 +01:00
2020-02-22 10:17:27 +01:00
2020-02-22 10:17:27 +01:00
2020-02-27 11:57:36 +01:00
2020-02-22 10:17:27 +01:00
2020-02-22 10:17:27 +01:00
2020-02-22 10:17:27 +01:00
2020-02-27 11:21:40 +01:00