I noticed we removed the symbol! macro at some point and started using Symbol::short instead. What was the motivation for that?
An unfortunate side-effect is it results in embedding the original strings into the .wasm file, as well as the code for generating the symbol, which at least last time we evaluated this was in the order of 60-100 bytes per use.