aquavm/tools/cli
Ivan Boldyrev 5c7e88e0f2
Refactor avm-server interface mod to new crate (#294)
* Refactor `avm-server` interface mod to new crate (#294)

The new crate name is `avm-interface`.

It allows to build fully native air-trace, including pure WASM build.

* Make fully native air-trace build

Unless `wasm` feature is enabled (default), fully native build is
produced.  You may build WASM air-trace binary with

`cargo build --target wasm32-wasi --no-default-features --release -p air-trace`

* Fix tracing output on native air-trace build

Wrong option was used.
2022-08-19 16:29:21 +07:00
..
air-beautify air-beautifier lib and air-beautify binary (#266) 2022-05-20 21:07:22 +07:00
air-trace Refactor avm-server interface mod to new crate (#294) 2022-08-19 16:29:21 +07:00