Skip to content

Commit

Permalink
docs: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adbayb committed Nov 10, 2024
1 parent fb92719 commit 82a01ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quickbundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ Enabling source map generation is needed only if a build is [obfuscated (minifie

<br>

## ☑️ Roadmap

- [ ] Support cross compilation to other platforms (ala [Bun](https://bun.sh/docs/bundler/executables#cross-compile-to-other-platforms)). For now, Quickbundle only supports local compilation (i.e. generate executables compatible only with machines running the same operating system / architecture). Action: add a `--target` flag to specify a different operating system compilation target than the machine running the command.

<br>

## 🤩 Used by

- [@adbayb/stack](https://github.com/adbayb/stack) My opinionated toolbox for JavaScript/TypeScript projects.
Expand Down

0 comments on commit 82a01ca

Please sign in to comment.