kcl icon indicating copy to clipboard operation
kcl copied to clipboard

[Enhancement][Track] Support more targets for KCL compilation, assembly, and linking processes.

Open Peefy opened this issue 1 year ago • 0 comments

Enhancement

In this PR: #273, KCL supports mac x86, mac arm, and linux x86 through statically packaged lld. It needs to support more common targets, such as windows x86, windows arm, linux arm, WASM target, etc.

  • [x] windows x86 #340
  • [x] linux arm #988
  • [ ] windows arm
  • [ ] wasm

Reference

  • https://github.com/mun-lang/lld-rs

Peefy avatar Nov 04 '22 15:11 Peefy