Zephyr Lykos
Zephyr Lykos
All suggestions applied.
However we do have C enabled in that test, I'm not sure where to blame here
fixed. the backend excepted at least one c/c++ source in the target
here's a patch for if anyone's interested in maintaining a fork, since upstream explicitly rejected this: note that `createContext` memorization is missing ([@swc/plugin-prefresh](https://github.com/swc-project/plugins/pull/326) crashes for me.), but otherwise it works...
also cc @LingyuCoder, you might want to take a look at why this crashes swc: ``` RAX 0x7fd540000ac0 ◂— 0 RBX 0x7fdca6c03fc0 ◂— 0 RCX 0 RDX 0x322e3031 RDI 0x7fd540000ac0...
```sh set -euo pipefail cd "$(mktemp -d)" git clone https://github.com/mcha-forks/vite-plugin-react-swc.git --branch preact && pushd vite-plugin-react-swc pnpm i && pnpm run build pushd dist && pnpm link -g && popd popd...
uploading the crash repro, a sec ;)
done @LingyuCoder, run the script above to see crash.
@raggi I don't think we could accept prebuilt binaries in OpenWrt. If you would like to ship the static binaries for OpenWrt users, the best possible way is to create...