diff --git a/misc/wasmtime-config.toml b/misc/wasmtime-config.toml index d390f110c..a6d293ce7 100644 --- a/misc/wasmtime-config.toml +++ b/misc/wasmtime-config.toml @@ -2,3 +2,8 @@ [cache] enabled = false + +# A directory which exists *must* be specified even though the cache is +# disabled, else wasmtime will try to create it, which might fail if the rootfs +# is mounted as read-only +directory = "/tmp"