swc/bindings
2024-04-16 00:08:37 +00:00
..
binding_core_node chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
binding_core_wasm chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
binding_minifier_node chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
binding_minifier_wasm chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
node_macro_deps refactor(bindings): Use separate workspace for bindings (#5506) 2022-08-16 15:01:49 +09:00
swc_cli chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
Cargo.lock chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
Cargo.toml build(plugin): Update wasmer to v4.2.5 (#8624) 2024-02-10 03:40:55 +00:00
README.md refactor(bindings): Use separate workspace for bindings (#5506) 2022-08-16 15:01:49 +09:00

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.