Skip to content

Commit

Permalink
chore(jans-cedarling): fix wasm
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Bohzok <[email protected]>
  • Loading branch information
olehbozhok committed Jan 18, 2025
1 parent 58fd69f commit c046d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-cedarling/cedarling/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impl Cedarling {
/// Create a new instance of the Cedarling application.
/// Initialize instance from enviroment variables and from config.
/// Configuration structure has lower priority.
#[cfg(not(target_arch = "wasm32"))]
pub async fn new_with_env(
raw_config: Option<BootstrapConfigRaw>,
) -> Result<Cedarling, InitCedarlingError> {
Expand Down

0 comments on commit c046d85

Please sign in to comment.