wasker 0.2.0

Wasm compiler for running Wasm on your favorite kernel
Documentation
[[bin]]
name = "wasker"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive"]
version = "4.5.40"

[dependencies.env_logger]
version = "0.10.2"

[dependencies.inkwell]
features = ["llvm15-0"]
version = "0.1.1"

[dependencies.log]
version = "0.4.27"

[dependencies.pretty-hex]
version = "0.4.1"

[dependencies.wabt]
version = "0.10.0"

[dependencies.wasmparser]
version = "0.102.0"

[dependencies.wat]
version = "1.235.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wasm compiler for running Wasm on your favorite kernel"
edition = "2021"
license = "MIT"
name = "wasker"
readme = "README.md"
repository = "https://github.com/mewz-project/wasker"
version = "0.2.0"

[[test]]
name = "control"
path = "tests/control.rs"

[[test]]
name = "local"
path = "tests/local.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "memory"
path = "tests/memory.rs"

[[test]]
name = "numeric"
path = "tests/numeric.rs"

[[test]]
name = "rust"
path = "tests/rust.rs"

[[test]]
name = "spec"
path = "tests/spec.rs"