Skip to content

Commit

Permalink
chore: bump wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored and nathanosdev committed Jan 15, 2024
1 parent d8fbb39 commit 8510efa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ic-certification-testing/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ impl From<serde_wasm_bindgen::Error> for CertificationTestError {
}
}

impl From<CertificationTestError> for JsValue {
/*impl From<CertificationTestError> for JsValue {
fn from(error: CertificationTestError) -> Self {
JsValue::from_str(&format!("{}", error))
}
}
}*/

pub type CertificationTestResult<T = ()> = Result<T, CertificationTestError>;

0 comments on commit 8510efa

Please sign in to comment.