[features]
default = []
docs-rs = []
[package]
authors = ["Jan Bujak <j@exia.io>"]
build = "build.rs"
categories = ["api-bindings", "gui", "web-programming"]
description = "Internal runtime for the `stdweb` crate"
documentation = "https://docs.rs/stdweb/*/stdweb/"
homepage = "https://github.com/koute/stdweb"
keywords = ["web", "asmjs", "webasm", "javascript"]
license = "MIT/Apache-2.0"
name = "stdweb-internal-runtime"
readme = "README.md"
repository = "https://github.com/koute/stdweb"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = false
features = ["docs-rs"]
no-default-features = true