Skip to content

2.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 05:53
· 1 commit to main since this release

2.8.1 (Patch Fix)

Bug Fixes

WASM Bug

  • Fix WASM RangeError on Initialization: Added --enable-reference-types to wasm-opt configuration flags in crates/graph-physics/Cargo.toml. This prevents wasm-opt from improperly clamping the __wbindgen_externrefs table capacity in release builds, resolving a RangeError during table.grow() calls.