15 lines
320 B
TOML
15 lines
320 B
TOML
[package]
|
|
name = "wasm-hbc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
hblang = { workspace = true, features = [] }
|
|
hbvm.workspace = true
|
|
log = { version = "0.4.22", features = ["release_max_level_error"] }
|
|
wasm-rt = { version = "0.1.0", path = "../wasm-rt", features = ["log"] }
|
|
|