aquavm/crates
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-lib Refactor avm-server interface mod to new crate (#294) 2022-08-19 16:29:21 +07:00
beautifier air-beautifier lib and air-beautify binary (#266) 2022-05-20 21:07:22 +07:00
data-store make clippy happy (#291) 2022-08-10 12:27:06 +03:00
interpreter-wasm Update crate info; housekeeping (#153) 2021-10-05 20:08:10 +03:00