mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
8f45eaf837
Some checks failed
CI / Cargo fmt (push) Has been cancelled
CI / Cargo clippy (push) Has been cancelled
CI / Check license of dependencies (push) Has been cancelled
CI / Check (macos-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / Test wasm (binding_core_wasm) (push) Has been cancelled
CI / Test wasm (binding_minifier_wasm) (push) Has been cancelled
CI / Test wasm (binding_typescript_wasm) (push) Has been cancelled
CI / List crates (push) Has been cancelled
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Has been cancelled
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Has been cancelled
CI / Test with @swc/cli (push) Has been cancelled
CI / Miri (better_scoped_tls) (push) Has been cancelled
CI / Miri (string_enum) (push) Has been cancelled
CI / Miri (swc) (push) Has been cancelled
CI / Miri (swc_bundler) (push) Has been cancelled
Benchmark / Bench everything (push) Has been cancelled
Publish crates (auto) / Publish cargo crates (push) Has been cancelled
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Has been cancelled
CI / Done (push) Has been cancelled
- Closes https://github.com/swc-project/swc/issues/8868 |
||
---|---|---|
.. | ||
binding_core_node | ||
binding_core_wasm | ||
binding_html_node | ||
binding_minifier_node | ||
binding_minifier_wasm | ||
binding_typescript_wasm | ||
node_macro_deps | ||
swc_cli | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
SWC bindings
This folder contains actual bindings binary SWC will build for the supported platforms (@swc/core
, swc_cli
, @swc/wasm
).
All the bindings binary uses publicly published swc_core
SDK to build deterministic host binary for the specific changes, in result Cargo's workspace gets confused to select dependency versions if it belongs to the workspace contains unpublished packages. To avoid those problems, these bindings are not being built as part of the workspace.