mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
23 lines
510 B
TOML
23 lines
510 B
TOML
[[core_module]]
|
|
name = "ipfs_node.wasm"
|
|
mem_pages_count = 100
|
|
logger_enabled = true
|
|
|
|
[core_module.imports]
|
|
mysql = "/usr/bin/mysql"
|
|
ipfs = "/usr/local/bin/ipfs"
|
|
|
|
[core_module.wasi]
|
|
envs = []
|
|
preopened_files = ["./wasm/artifacts"]
|
|
mapped_dirs = { "tmp" = "./wasm/artifacts" }
|
|
|
|
[rpc_module]
|
|
mem_pages_count = 100
|
|
logger_enabled = true
|
|
|
|
[rpc_module.wasi]
|
|
envs = []
|
|
preopened_files = ["./wasm/artifacts"]
|
|
mapped_dirs = { "tmp" = "./wasm/artifacts" }
|