GitBook: [marine] 55 pages modified

This commit is contained in:
boneyard93501 2021-06-11 22:51:35 +00:00 committed by gitbook-bot
parent f7cabea83c
commit 1de5294799
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 6 additions and 2 deletions

View File

@ -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~(:|✔) %

View File

@ -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