mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-06-18 01:11:31 +00:00
GitBook: [marine] 56 pages and 30 assets modified
This commit is contained in:
committed by
gitbook-bot
parent
d587d1b9d8
commit
3d93e61cb3
@ -43,7 +43,7 @@ Let's test the hex conversion test in isolation with the following AIR script:
|
||||
```
|
||||
|
||||
{% hint style="info" %}
|
||||
Aquamarine Intermediate Representation \(AIR\) is a low level implementation of Aquamarine to coordinate services into applications. For a detailed introduction to AIR, please refer to the [Knowledgebase](../knowledge_knowledge/knowledge_aquamarine/knowledge_aquamarine_air.md). For the remainder of this section, we will see three AIR _instructions_: _seq, xor,_ and _call._
|
||||
Aquamarine Intermediate Representation \(AIR\) is a low level implementation of Aquamarine to coordinate services into applications. For a detailed introduction to AIR, please refer to the [Knowledgebase](../knowledge_knowledge/knowledge_aquamarine/hll/knowledge_aquamarine_air.md). For the remainder of this section, we will see three AIR _instructions_: _seq, xor,_ and _call._
|
||||
|
||||
_seq_ is the _sequential_ instruction that wraps arguments and executes them, you guessed it, sequentially. And yes, there is a _parallel_ instruction in the language.
|
||||
|
||||
|
@ -15,11 +15,11 @@ rustup toolchain install nightly
|
||||
rustup target add wasm32-wasi
|
||||
```
|
||||
|
||||
In addition, install the Fluence REPL,`frepl`, and CLI, `fcli`, tools:
|
||||
In addition, install the Marine REPL,`mrepl`, and CLI, `marine`, tools:
|
||||
|
||||
```bash
|
||||
$ cargo install fcli --force
|
||||
$ cargo install +nightly install frepl --force
|
||||
$ cargo install marine --force
|
||||
$ cargo +nightly install mrepl --force
|
||||
```
|
||||
|
||||
Finally, you need [node](https://nodejs.org/en/) installed, and if you don't have it already, you may be best served by installing [NVM](https://github.com/nvm-sh/nvm):
|
||||
@ -29,7 +29,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
|
||||
nvm install --lts
|
||||
```
|
||||
|
||||
which allows us to install the \[Fluence Service Distribution and Management too\]\([https://github.com/fluencelabs/proto-distributor](https://github.com/fluencelabs/proto-distributor)\), `fldist`.
|
||||
which allows us to install the [Fluence Service Distribution and Management tool](https://github.com/fluencelabs/proto-distributor), `fldist`.
|
||||
|
||||
```bash
|
||||
npm install -g @fluencelabs/fldist
|
||||
|
Reference in New Issue
Block a user