v0.8.0
What's Changed
This release includes support for 64-bits while maintaining backward compatibility.
- Abstract
WORDSIZE
to specifymaxwidth
on qasm conversion (closes: #203) by @qartik in #204 including- Generate cvar with
data_type
dependent onWORDSIZE
- Fail early on WASM calls with parameters using more than 32-bits
- Require 64-bit version of PECOS, emit i32/i64 cvars for compatibility
- Generate cvar with
Full Changelog: v0.7.3...v0.8.0