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§

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