1 2 3 4 5 6 7 8
autogen_warning = "// NOTE: Autogenerated file" language = "C" [defines] "feature = wasm_bindgen" = "DEFINE_WASM" "feature = cloud" = "DEFINE_CLOUD" "target_os = ios" = "TARGET_OS_IOS" "target_os = macos" = "TARGET_OS_MACOS"