v1.7.2
Hi all, another release for wazero has arrived! This v1.7.2 is just as boring as the previous v1.7.1, but includes important bug fixes!
Notably,
- On amd64, wazero properly saves the potentially clobbered registers during
memory.{copy,init,fill}
instructions after #2202, by @mathetake. - For very large stack traces with lots of inlined function calls, previously it included the
omitted frames...
comment in the wrong position, which is fixed in #2199 by @mathetake. - A race condition during the concurrent compilation has been fixed in #2194 by @mathetake
- The custom memory allocator introduced in v1.7.1 has been fixed and now sets the memory capacity properly in #2189 by @anuraaga
Enjoy! 👯 🕺 💃