[![embed-wasm-build on crates.io](https://img.shields.io/crates/v/embed-wasm-build)](https://crates.io/crates/embed-wasm-build) [![Documentation (latest release)](https://docs.rs/embed-wasm-build/badge.svg)](https://docs.rs/embed-wasm-build/) [![Documentation (master)](https://img.shields.io/badge/docs-master-brightgreen)](https://inanna-malick.github.io/embed-wasm/embed_wasm_build/)[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE)[![CircleCI status](https://circleci.com/gh/inanna-malick/embed-wasm.svg?style=svg)](https://app.circleci.com/pipelines/github/inanna-malick/embed-wasm) # embed-wasm-build Current version: 0.1.1 This crate provides compile-time utilities for packaging 'cargo-web' build output (rust compiled as wasm and associated html/css/etc files) inside native binaries and is meant to be invoked from custom build.rs scripts Designed for use with the [`embed-wasm` crate](https://crates.io/crates/embed-wasm). See [embed-wasm-example](https://github.com/inanna-malick/embed-wasm-example) for a full example. ## License MIT