Skip to content

Commit

Permalink
chore(autonomi): resolve wasm build error due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Oct 23, 2024
1 parent 379ef20 commit 31d9ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autonomi/src/client/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ impl JsClient {
}
}

#[wasm_bindgen]
pub struct Wallet(evmlib::wallet::Wallet);

mod archive {
use super::*;
use crate::client::{address::str_to_addr, archive::Archive};
Expand Down Expand Up @@ -136,7 +139,6 @@ mod archive {
#[cfg(feature = "vault")]
mod vault {
use super::*;
use bls::SecretKey;

#[wasm_bindgen(js_name = UserData)]
pub struct JsUserData(UserData);
Expand Down

0 comments on commit 31d9ef8

Please sign in to comment.