Skip to content

v0.12.26

Choose a tag to compare

@tiye tiye released this 23 Apr 02:12
· 181 commits to main since this release
3829d5a

WASM Improvements

  • Fix &>=/&<=/&>/&< nil=0 collision in WASM (intercept calcit.core comparisons to emit direct F64 instructions)
  • Fix string equality (NativeEquals) to use content-based __rt_generic_eq instead of pointer comparison
  • Fix &map:diff-new argument order (a=args[0], b=args[1]; return entries in b not in a)
  • Fix test helpers for &str:nth/&str:first (return 1-char strings, not byte codes)
  • Clippy cleanup in runtime.rs