yew/examples/js_callback/Trunk.toml
2025-03-02 23:56:22 +09:00

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"