diff --git a/knowledge_knowledge/knowledge_aquamarine/marine/marine-cli.md b/knowledge_knowledge/knowledge_aquamarine/marine/marine-cli.md index 3b4e3c8..3b6cf58 100644 --- a/knowledge_knowledge/knowledge_aquamarine/marine/marine-cli.md +++ b/knowledge_knowledge/knowledge_aquamarine/marine/marine-cli.md @@ -1,6 +1,6 @@ # Marine CLI -The [Marine command line tool](https://github.com/fluencelabs/marine) +The [Marine command line tool](https://github.com/fluencelabs/marine) provides the project `marine build` functionality, analogous to `cargo build`, that results in our Rust code to be compiled to the _wasm32-wasi_ module. In addition, `marine` provides utilities to inspect Wasm modules, expose Wasm module attributes or manually set module properties. ```rust mbp16~(:|✔) % marine --help @@ -27,5 +27,9 @@ mbp16~(:|✔) % + + + + diff --git a/knowledge_knowledge/knowledge_aquamarine/marine/marine-repl.md b/knowledge_knowledge/knowledge_aquamarine/marine/marine-repl.md index ec53e09..5d16c72 100644 --- a/knowledge_knowledge/knowledge_aquamarine/marine/marine-repl.md +++ b/knowledge_knowledge/knowledge_aquamarine/marine/marine-repl.md @@ -1,6 +1,6 @@ # Marine Repl -[`mrepl`](https://crates.io/crates/mrepl) is a command line tool \(CLI\) to locally run a Marine instance to inspect, run, and test module and service configurations. +[`mrepl`](https://crates.io/crates/mrepl) is a command line tool \(CLI\) to locally run a Marine instance to inspect, run, and test Wasm modules and service configurations. We can run the Repl either with `mrepl` or `marine repl` ```text mbp16~(:|✔) % mrepl