Skip to content

Commit

Permalink
chore(program): Exclude wasm module in no_std (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Dec 31, 2024
1 parent db6cd24 commit cf34d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ pub mod system_instruction;
pub mod system_program;
pub mod sysvar;
pub mod vote;
#[cfg(feature = "std")]
pub mod wasm;

#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit cf34d4e

Please sign in to comment.