[![embed-wasm on crates.io](https://img.shields.io/crates/v/embed-wasm)](https://crates.io/crates/embed-wasm) [![Documentation (latest release)](https://docs.rs/embed-wasm/badge.svg)](https://docs.rs/embed-wasm/) [![Documentation (master)](https://img.shields.io/badge/docs-master-brightgreen)](https://inanna-malick.github.io/embed-wasm/embed_wasm/)[![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 Current version: 0.1.1 This crate provides utilities for serving 'cargo-web' build output (rust compiled as wasm and associated html/css/etc files) included in native binaries as HTTP responses Designed for use with the [`embed-wasm-build` crate](https://crates.io/crates/embed-wasm-build). See [embed-wasm-example](https://github.com/inanna-malick/embed-wasm-example) for a full example. ## License MIT