Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/wasm/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub(crate) async fn build_store(
};

if encryption_key.is_some() {
tracing::warn!("encryption_key is not supported in WASM and will be ignored");
return Err(JsError::new("encryption_key is not supported in WASM builds"));
}

let db = WasmDb::new(&storage_option).await?;
Expand Down