mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-14 08:27:50 +00:00
Wasm interface types should imply multi-value
This commit is contained in:
parent
085924567f
commit
311ae1941f
2
crates/cli-support/src/lib.rs
Normal file → Executable file
2
crates/cli-support/src/lib.rs
Normal file → Executable file
@ -96,7 +96,7 @@ impl Bindgen {
|
|||||||
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
weak_refs: env::var("WASM_BINDGEN_WEAKREF").is_ok(),
|
||||||
threads: threads_config(),
|
threads: threads_config(),
|
||||||
anyref: anyref || wasm_interface_types,
|
anyref: anyref || wasm_interface_types,
|
||||||
multi_value,
|
multi_value: multi_value || wasm_interface_types,
|
||||||
wasm_interface_types,
|
wasm_interface_types,
|
||||||
encode_into: EncodeInto::Test,
|
encode_into: EncodeInto::Test,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user