interface-types/rust-toolchain.toml
Valery Antopol 63b4395ab5
feat!: move to async execution (#44)
* compiling async interpreter

* compiling

* fix after merge

* added lifetimes to allocatable

* move from async_trait to BoxFuture

* self-review fixes

* fix lifetime naming

* make simple instructions sync

* fmt
2024-01-25 15:43:07 +04:00

4 lines
122 B
TOML

[toolchain]
channel = "nightly-2023-09-17"
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]