**Repro Steps** 1) clone the repo 2) goto `web` folder 3) run `npm i` 4) run `npm run dev` 5) open `localhost:8080` and run `134328940÷98892021128` Actual Result: RuntimeError: unreachable  Expected Result: ``` 134328940÷98892021128 ≈ 0.0013583395 ``` By the way: - the hosted version https://kalker.xyz/kalk works fine, though seeing different wasm files. Suspecting server is still on version 2.2.0 <a title="[@paddim8/kalk-component - npm](https://www.npmjs.com/package/@paddim8/kalk-component/v/2.2.0?activeTab=code)" href="https://www.npmjs.com/package/@paddim8/kalk-component/v/2.2.0?activeTab=code">@paddim8/kalk-component - npm</a> - The CLI version also works fine