embed_js_build 0.1.4

Minimalist lightweight inline JavaScript for Rust applications targeting WebAssembly via the `wasm32-unknown-unknown` target. This is the crate for build scripts. For the js macro itself, see embed_js.
Documentation
This crate provides functions to call from build and post-build scripts as part of wasm32-unknown-unknown builds that rely on crates using the `embed_js` crate to write inline javascript. See the `embed_js` repository for examples of how to use these crates together.