We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea6c5d commit 21127ffCopy full SHA for 21127ff
dev-utility/src/core/codec.rs
@@ -22,6 +22,8 @@ use universal_function_macro::universal_function;
22
23
#[derive(Debug, Serialize, Deserialize)]
24
#[serde(rename_all = "snake_case")]
25
+#[cfg_attr(target_arch = "wasm32", derive(tsify::Tsify))]
26
+#[cfg_attr(target_arch = "wasm32", tsify(into_wasm_abi, from_wasm_abi))]
27
pub enum Base64Engine {
28
Standard,
29
UrlSafe,
0 commit comments