You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
432
434
pubconst parse_llvm_module_flag:&str = "<key>:<type>:<value>:<behavior>. Type must currently be `u32`. Behavior should be one of (`error`, `warning`, `require`, `override`, `append`, `appendunique`, `max`, `min`)";
433
435
pubconst parse_function_return:&str = "`keep` or `thunk-extern`";
436
+
pubconst parse_wasm_c_abi:&str = "`legacy` or `spec`";
0 commit comments