js 0.5.7

Call JavaScript from WebAssembly
Documentation
[dependencies.externref_polyfill]
version = "0.1.0"

[dependencies.no-std-compat]
features = ["alloc"]
version = "0.4.1"

[dependencies.spin]
version = "0.9.4"

[features]
default = ["std"]
std = ["no-std-compat/std"]

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