malcolmstill / zware

Zig WebAssembly Runtime Engine
MIT License
293 stars 10 forks source link

Fix not compiling on 0.12 dev version #214

Closed joshua-software-dev closed 1 year ago

joshua-software-dev commented 1 year ago

A simple fix to avoid a now deprecated variable in std.math (replaced with a function). Fix works on both 0.11.0 and master at the time of writing.

malcolmstill commented 1 year ago

Amazing, thanks @joshua-software-dev