[package] name = "js" version = "0.5.7" authors = ["Richard Anaya"] edition = "2021" 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" rust-version="1.63" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] no-std-compat = { version = "0.4.1", features = [ "alloc" ] } spin = "0.9.4" externref_polyfill = "0.1.0" [features] default = [ "std" ] # Default to using the std std = [ "no-std-compat/std" ]