mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-05-05 12:42:17 +00:00
GitBook: [marine] 55 pages modified
This commit is contained in:
parent
f7cabea83c
commit
1de5294799
@ -1,6 +1,6 @@
|
|||||||
# Marine CLI
|
# 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
|
```rust
|
||||||
mbp16~(:|✔) % marine --help
|
mbp16~(:|✔) % marine --help
|
||||||
@ -29,3 +29,7 @@ mbp16~(:|✔) %
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Marine Repl
|
# 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
|
```text
|
||||||
mbp16~(:|✔) % mrepl
|
mbp16~(:|✔) % mrepl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user