Skip to content

v0.8.0

Compare
Choose a tag to compare
@qartik qartik released this 16 Jul 15:02
· 57 commits to main since this release
730ebfa

What's Changed

This release includes support for 64-bits while maintaining backward compatibility.

  • Abstract WORDSIZE to specify maxwidth on qasm conversion (closes: #203) by @qartik in #204 including
    • Generate cvar with data_type dependent on WORDSIZE
    • Fail early on WASM calls with parameters using more than 32-bits
    • Require 64-bit version of PECOS, emit i32/i64 cvars for compatibility

Full Changelog: v0.7.3...v0.8.0