Skip to content

Commit

Permalink
update wasm-builder docs
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Oct 31, 2024
1 parent e6c3ab4 commit ac3bba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/utils/wasm-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
//! This will include the generated Wasm binary as two constants `WASM_BINARY` and
//! `WASM_BINARY_BLOATY`. The former is a compact Wasm binary and the latter is the Wasm binary as
//! being generated by the compiler. Both variables have `Option<&'static [u8]>` as type.
//! Additionally it will create the `WASM_BINARY_PATH` which is the path to the WASM blob on the
//! filesystem.
//!
//! ### Feature
//!
Expand Down

0 comments on commit ac3bba1

Please sign in to comment.