Crates.io | embed-wasm-build |
lib.rs | embed-wasm-build |
version | 0.1.1 |
source | src |
created_at | 2020-08-20 23:57:07.75715 |
updated_at | 2020-08-25 00:49:48.119042 |
description | embed rust wasm build ouput in native binaries |
homepage | |
repository | https://github.com/inanna-malick/embed-wasm |
max_upload_size | |
id | 278957 |
size | 8,033 |
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.
See embed-wasm-example for a full example.
MIT