roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
3.86k stars 284 forks source link

Make error macros be no_std #6853

Closed rtfeldman closed 2 days ago

rtfeldman commented 3 days ago

Also makes it so they are proper no-ops in wasm (which doesn't have stderr) and improves support for formatting strings.