mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
190 B
TOML
13 lines
190 B
TOML
[tools]
|
|
wasm_opt = "version_122"
|
|
|
|
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "rustc"
|
|
command_arguments = ["trunk_post_build.rs"]
|
|
|
|
[[hooks]]
|
|
stage = "post_build"
|
|
command = "./trunk_post_build"
|
|
|