Brian Swetland on Nostr: Probably not something I'd implement, but the goal is compile-to-native with various ...
Probably not something I'd implement, but the goal is compile-to-native with various backends, so should I get it to a reasonable state somebody sufficiently enthused could probably write such a backend.
For my own goals, it'll probably be RISC-V (easy to target modern 32bit soft core "SoC"s) and WebAssembly (a passable intermediate that can be AOT'd, JIT'd, emulated, or transpiled on or for a variety of targets).
For my own goals, it'll probably be RISC-V (easy to target modern 32bit soft core "SoC"s) and WebAssembly (a passable intermediate that can be AOT'd, JIT'd, emulated, or transpiled on or for a variety of targets).