nodejs-helper 0.0.2

Call Node.js functions from Rust
Documentation
[dependencies.wasm-bindgen]
version = "^0.2"

[lib]
crate-type = ["lib"]
name = "nodejs_helper"
path = "src/lib.rs"

[package]
authors = ["Shishuo Wang", "Michael Yuan"]
description = "Call Node.js functions from Rust"
documentation = "https://cloud.secondstate.io/server-side-webassembly/rust-and-javascript/call-javascript-functions-from-rust"
edition = "2018"
homepage = "https://cloud.secondstate.io/"
license = "MIT OR Apache-2.0"
name = "nodejs-helper"
readme = "README.md"
repository = "https://github.com/second-state/nodejs-helper"
version = "0.0.2"