chore: remove absolute paths from Marine config file (#23)

This commit is contained in:
raftedproc 2023-04-17 12:08:02 +03:00 committed by GitHub
parent 3160f35e5f
commit db226cd00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,7 @@ modules_dir = "artifacts/"
mem_pages_count = 100
logger_enabled = false
[module.wasi]
preopened_files = ["/tmp"]
mapped_dirs = { "tmp" = "/tmp" }
[[module]]
name = "test"
mem_pages_count = 1
logger_enabled = false
[module.wasi]
preopened_files = ["/tmp"]
mapped_dirs = { "tmp" = "/tmp" }