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 buildat compile time on another module, replacing this macro invocation with the bytes contained in the output.wasmfile.