Vitaly Magerya
Vitaly Magerya
Hi, everyone. Can we also get `__ashlti3` and `__lshrti3`? These two prevent the float formatting via `fmt.bufPrint` from being used under the `wasm32-freestanding` target. They show up as extra imports:...
Thanks, @LemonBoy and Andrew; `fmt.bufPrint` works under wasm now.
I see that the reasoning behind this broken highlight is the belief that raw strings are only (or mainly) used for regular expressions. I'd like to offer evidence to the...
I too would like to know this. An example from the author would be useful. While we're waiting, I'd like to note that: 1) [Angstrom](https://github.com/inhabitedtype/angstrom) has a `fix` function for...