[package] name = "wafer-web" description = "WAFER browser REPL — WebAssembly Forth in the browser" version.workspace = true edition.workspace = true license.workspace = true [lints] workspace = true [lib] crate-type = ["cdylib", "rlib"] [dependencies] wafer-core = { path = "../core", version = "0.1.0", default-features = false, features = ["crypto"] } wasm-bindgen = "0.2" js-sys = "0.3" send_wrapper = { workspace = true } wasm-encoder = { workspace = true } anyhow = { workspace = true } [dev-dependencies] wasm-bindgen-test = "0.3"