Crate include_wasm_rs

Source
Expand description

Provides a macro for including a Rust project as Wasm bytecode, by compiling it at build time of the invoking module.

Macrosยง

build_wasm
Invokes cargo build at compile time on another module, replacing this macro invocation with the bytes contained in the output .wasm file.