mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-25 17:59:27 +00:00
Add a TODO referring to a feature request on Rayon.
This commit is contained in:
@ -85,6 +85,8 @@ impl LLVMCompiler {
|
|||||||
let target_machine = self.config().target_machine(target);
|
let target_machine = self.config().target_machine(target);
|
||||||
let ctx = Context::create();
|
let ctx = Context::create();
|
||||||
|
|
||||||
|
// TODO: https:/github.com/rayon-rs/rayon/issues/822
|
||||||
|
|
||||||
let merged_bitcode = function_body_inputs
|
let merged_bitcode = function_body_inputs
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
|
Reference in New Issue
Block a user