bytecodealliance / target-lexicon

Target "triple" support
Apache License 2.0
47 stars 42 forks source link

Add `pbc32` and `pbc64` architectures for Pulley #109

Closed fitzgen closed 3 months ago

fitzgen commented 3 months ago

"pbc" = Pulley Bytecode. The 32 and 64 refer to the pointer size.

bjorn3 commented 3 months ago

Maybe call them pulley32 and pulley64 instead? These are not targets supported by rustc, so favoring the name being unambiguous over it being short is the right call IMHO.