12 releases
new 0.1.1 | Nov 19, 2024 |
---|---|
0.1.0 | Apr 28, 2024 |
0.0.10 | Jul 25, 2023 |
0.0.9 | Feb 21, 2023 |
0.0.3 | Nov 5, 2021 |
#39 in WebAssembly
3,667 downloads per month
36KB
612 lines
worker-build
This is a tool to be used as a custom build command for a Cloudflare Workers project.
# wrangler.toml
# ...
[build]
command = "cargo install -q worker-build && worker-build --release"
[build.upload]
dir = "build/worker"
format = "modules"
main = "./shim.mjs"
[[build.upload.rules]]
globs = ["**/*.wasm"]
type = "CompiledWasm"
Dependencies
~20–34MB
~533K SLoC