Cache configuration documentation
This commit is contained in:
7
wasmtime-environ/tests/cache_disabled.rs
Normal file
7
wasmtime-environ/tests/cache_disabled.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use wasmtime_environ::cache_init;
|
||||
|
||||
#[test]
|
||||
fn test_cache_disabled() {
|
||||
let errors = cache_init::<&str>(false, None, None);
|
||||
assert!(errors.is_empty(), "Failed to disable cache system");
|
||||
}
|
||||
Reference in New Issue
Block a user