11 releases
0.1.0 | Apr 28, 2024 |
---|---|
0.0.10 | Jul 25, 2023 |
0.0.9 | Feb 21, 2023 |
0.0.8 | Nov 14, 2022 |
0.0.3 | Nov 5, 2021 |
#26 in WebAssembly
4,902 downloads per month
29KB
595 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
~8–19MB
~283K SLoC