Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 746 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 746 Bytes

cf-worker-rust-ts-template

cloudflare worker template with rust wasm and typescript

getting started

clone

wrangler generate wasm-worker  https://github.com/coolrc136/cf-worker-rust-ts-template.git
cd wasm-worker

install wasm-pack

cargo install wasm-pack

build & test

npm run build
npm run test

directories

thanks