ttvm 0.4.7

Execution engine and compiler infrastructure implemented in pure Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "ttvm"
path = "src/lib.rs"

[package]
authors = ["maDeveloper", "The TTVM Team"]
description = "Execution engine and compiler infrastructure implemented in pure Rust."
edition = "2021"
keywords = ["runtime", "emulator", "compiler", "execution-engine", "rust"]
license = "MIT OR Apache-2.0"
name = "ttvm"
readme = "README.md"
repository = "https://github.com/sahdjfg/ttvm"
resolver = "2"
version = "0.4.7"