js 0.3.0

Call JavaScript from WebAssembly
Documentation
[package]
name = "js"
version = "0.3.0"
authors = ["Richard Anaya"]
edition = "2018"
description = "Call JavaScript from WebAssembly"
license = "MIT OR Apache-2.0"
categories = ["wasm", "no-std"]
repository = "https://github.com/richardanaya/js-wasm"
readme="README.md"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cstring = "0.0"
callback= {path="../callback",version="0.5"}

[dependencies.lazy_static]
version = "1"
default-features = false
features = ["spin_no_std"]