#[wasm_bindgen]
fails if an enum variant has a #[cfg(xxx)]
that evaluates to false
#2058
Labels
#[wasm_bindgen]
fails if an enum variant has a #[cfg(xxx)]
that evaluates to false
#2058
#[wasm_bindgen]
fails if an enum variant has a#[cfg(xxx)]
that evaluates to falseSame thing with structs.
wasm-bindgen = "0.2.59"
Errors:
MyEnum
asu32
Zero
found for enumMyEnum
in the current scopefield
on typewasm_bindgen::__rt::Ref<'_, MyStruct>
The text was updated successfully, but these errors were encountered: