Skip to content

Commit

Permalink
added wasm_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMedova committed Jul 31, 2024
1 parent 46d0c1b commit 4e10202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extended-vft/wasm/.binpath
Original file line number Diff line number Diff line change
@@ -1 +1 @@
../target/wasm32-unknown-unknown/debug/extended_vft_wasm
../target/wasm32-unknown-unknown/release/extended_vft_wasm
2 changes: 2 additions & 0 deletions extended-vft/wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![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 4e10202

Please sign in to comment.