Skip to content

Commit

Permalink
Un-deprecate initialise function in fend-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 16, 2024
1 parent 0462507 commit 086ad48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ impl fend_core::Interrupt for TimeoutInterrupt {
}
}

/// @deprecated this function is not needed
#[wasm_bindgen(skip_typescript)]
pub fn initialise() {}

#[wasm_bindgen(typescript_custom_section)]
Expand Down

0 comments on commit 086ad48

Please sign in to comment.