mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
Enable nice wasm panic messages by default (#3619)
By accident it was already enabled in master for quite some time. To make sure that we don't blow up the wasm binary size, I compiled the binary with the feature enabled and disabled. With nice panic messages enabled, the binary size increases by 908 bytes. Given the value that this feature brings, I think it is okay to have these panic messages enabled by default.
This commit is contained in:
@@ -37,6 +37,5 @@ std = [
|
||||
]
|
||||
nightly = []
|
||||
strict = []
|
||||
wasm-nice-panic-message = []
|
||||
no_panic_handler = []
|
||||
no_oom = []
|
||||
|
||||
Reference in New Issue
Block a user