SWC plugin for transforming Workflow DevKit code
npm install @workflow/swc-pluginSWC transform plugin to transform the directives for Workflow Workflow DevKit.
Add build target using rustup
``bash`
rustup target add wasm32-unknown-unknown
Ensure you can test/build
`bash``
cargo test
cargo check
cargo build