Skip to content

Latest commit

 

History

History

README.md

@workflow/swc-plugin

SWC transform plugin to transform the directives for Workflow Workflow SDK.

Development

Install rust

Add build target using rustup

rustup target add wasm32-unknown-unknown

Ensure you can test/build

cargo test
cargo check
cargo build