Can workers builds build Rust?

I have a custom wasm module written with Rust. Is it supported to build that in "Workers Builds"?
1 Reply
Jonh Wick
Jonh Wick2w ago
Are you saying you want to build the Wasm file .wasm using a Custom Build like: https://developers.cloudflare.com/workers/wrangler/custom-builds/#configure-custom-builds? And do that when you push up to your code repository as described in https://developers.cloudflare.com/workers/ci-cd/builds/
Cloudflare Docs
Builds · Cloudflare Workers docs
Use Workers Builds to integrate with Git and automatically build and deploy your Worker when you merge a pull request
Cloudflare Docs
Custom builds · Cloudflare Workers docs
Customize how your code is compiled, before being processed by Wrangler.

Did you find this page helpful?