From e351a81683565631712e3e219c324860917a037f Mon Sep 17 00:00:00 2001 From: Ayoub Adib Date: Sun, 10 Nov 2024 04:16:21 +0100 Subject: [PATCH] docs: add todo --- quickbundle/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quickbundle/README.md b/quickbundle/README.md index 35e3ec4..d6bb61c 100644 --- a/quickbundle/README.md +++ b/quickbundle/README.md @@ -173,6 +173,12 @@ Enabling source map generation is needed only if a build is [obfuscated (minifie
+## ☑️ 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. + +
+ ## 🤩 Used by - [@adbayb/stack](https://github.com/adbayb/stack) My opinionated toolbox for JavaScript/TypeScript projects. @@ -195,3 +201,5 @@ We're open to new contributions, you can find more details [here](./CONTRIBUTING ## 📖 License [MIT](./LICENSE "License MIT"). + +