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 0859245 commit 311ae19Copy full SHA for 311ae19
crates/cli-support/src/lib.rs
100644
100755
@@ -96,7 +96,7 @@ impl Bindgen {
96
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
97
threads: threads_config(),
98
anyref: anyref || wasm_interface_types,
99
- multi_value,
+ multi_value: multi_value || wasm_interface_types,
100
wasm_interface_types,
101
encode_into: EncodeInto::Test,
102
}
0 commit comments