bytecodealliance / componentize-dotnet

Tooling for creating WebAssembly components from C#
Apache License 2.0
19 stars 8 forks source link

Document how to use wasm-tools to extend build #27

Closed jsturtevant closed 3 weeks ago

jsturtevant commented 2 months ago

While not strictly necessary, it can important to take additional steps on your build, for instance you reduce the component size by calling wasm-tools strip

We can document how to extend your build to do this