0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
611 stars 148 forks source link

Remove usage of group_vector_elements() from combine_blocks() #1331

Closed bobbinth closed 1 month ago

bobbinth commented 1 month ago

This small PR removes the usage of group_vector_elements() function from combine_blocks() function which was causing issues in WASM compilation in the newer versions of Rust compiler (and group_vector_elements() is removed from Winterfell versions v0.9.0 and later).