Commit Graph

7 Commits

Author SHA1 Message Date
Ivan Boldyrev
619e8829a9 Get rid of unsafe code in the interpreter (#303)
* Get rid of unsafe code unless really necessary

* Add lint levels where appropriate

Some crates (air-beautifier, air-testing-framework) have lot of
rust_2018_idioms violations, that will be resolved later.
2022-09-06 00:03:30 +07:00
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
Mike Voronov
0d9390d333 make clippy happy (#291) 2022-08-10 12:27:06 +03:00
Mike Voronov
7e0c87d72a Introduce %ttl% (#253) 2022-04-21 11:44:18 +03:00
Mike Voronov
490791b177 introduce %timestamp% (#250) 2022-04-20 23:05:37 +03:00
vms
54e383cdaf introduce farewell step; reafactoring 2021-12-17 22:02:16 +03:00
Mike Voronov
e99c352a95 Decouple log targets to a separate crate (#152) 2021-10-05 16:55:04 +03:00