swc/bindings
OJ Kwon 6f19f8902f
refactor(swc_core): enable bytechecked flag (#5792)
**Description:**

Another update to enable bytecheck rkyv feature flag.

Our dep tree is quite tangled with implicit enable (plugin -> rkyv). PR tries to detach some of it while trying to preserve existing behavior as much as it can.
2022-09-09 08:05:51 +00:00
..
binding_core_node refactor(swc_core): enable bytechecked flag (#5792) 2022-09-09 08:05:51 +00:00
binding_core_wasm chore: Publish v1.2.249 (#5782) 2022-09-08 16:17:11 +09:00
node_macro_deps refactor(bindings): Use separate workspace for bindings (#5506) 2022-08-16 15:01:49 +09:00
swc_cli chore: Publish v1.2.249 (#5782) 2022-09-08 16:17:11 +09:00
Cargo.lock chore: Publish v1.2.249 (#5782) 2022-09-08 16:17:11 +09:00
Cargo.toml feat(bindings): Reduce size (#5708) 2022-09-01 07:44:14 +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.