[wasm] Add flag to remove non-blittable marshaling functionality from the runtime #43691
Labels
arch-wasm
WebAssembly architecture
area-VM-meta-mono
size-reduction
Issues impacting final app size primary for size sensitive workloads
Milestone
Most of this is not needed on wasm and takes up quite a bit of space: for a low-end ballpark:
mono_marshal_*
is around 15K andemit_*
(mostly marshalling) is around 30K. We will need a new flag specifically for this.We can also push people to use source generators, see #43060
The text was updated successfully, but these errors were encountered: