20 lines
599 B
TOML
20 lines
599 B
TOML
[package]
|
|
name = "waffle"
|
|
version = "0.0.1"
|
|
description = "Wasm Analysis Framework For Lightweight Experiments"
|
|
authors = ["Chris Fallin <chris@cfallin.org>"]
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmparser = { git = 'https://github.com/cfallin/wasm-tools', rev = '03a81b6a6ed4d5d9730fa71bf65636a3b1538ce7' }
|
|
wasm-encoder = "0.8"
|
|
anyhow = "1.0"
|
|
structopt = "0.3"
|
|
log = "0.4"
|
|
env_logger = "0.9"
|
|
fxhash = "0.2"
|
|
smallvec = "1.7"
|
|
regalloc2 = { git = 'https://github.com/bytecodealliance/regalloc2', rev = 'c7bc6c941cd81bbd30b95969009b7e61539f2b4c' }
|
|
rayon = "1.5"
|