trunk
trunk copied to clipboard
nightly rust feature
does trunk support adding nightly flags to rustc and cargo ?
I'm specifically interested in build_std
and panic_immediate_abort
.
combination of these two practically removes all panic related boiler plate and strings reducing the binary size drastically which is an essential need in wasm.
does trunk support passing those arguments?