How to deploy a Wasm worker #2039
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
service/workers
Categorizes issue or PR as related to the Workers service.
workflow/pending-upstream-library
Indicates an issue or PR requires changes from an upstream library.
Current Terraform and Cloudflare provider version
Terraform: 1.3.5
Cloudflare: 3.28
Description
I'm currently deploying rust-wasm workers. The workers are built with
worker-build
and published withwrangler publish
. It seems these are multi-file workers.I'm a bit at loss of how I can configure the Terraform resource for such a worker since I can only include one file (the entry file); whereas I have two files (the JS entry file and a WASM file)
Use cases
rust-wasm workers
Potential Terraform configuration
References
Upload worker module
The text was updated successfully, but these errors were encountered: