Skip to content

Commit

Permalink
Merge pull request #15 from gear-foundation/lm-add-wasm-binary
Browse files Browse the repository at this point in the history
added wasm_binary
  • Loading branch information
LouiseMedova authored Jul 31, 2024
2 parents 46d0c1b + 6378cbe commit e2a0845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extended-vft/wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![no_std]
include!(concat!(env!("OUT_DIR"), "/extended_vft_client.rs"));
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));

#[cfg(target_arch = "wasm32")]
pub use extended_vft_app::wasm::*;

0 comments on commit e2a0845

Please sign in to comment.