v0.0.73: [Wasm] Improve `Decimal` class.
- Remove superfluous methods. The once inherited from `Expr<T>` are already what we need. - *Delete* (with `require false`) certain operators and methods that are not supported by `Decimal`, e.g. `rotl` or `neg`.