Add a tunable to remove symbols from *.cwasm files#13630
Conversation
This commit adds a tunable option via `-Dsymbols={y,n}` or
`Config::debug_symbols` to disable generation of symbols in output
`*.cwasm` artifacts. This can help minimize the size of an artifact to
the absolute bare minimum in some scenarios.
This additionally adds documentation of how to build a minimal `*.cwasm`
with all the various options that can be used which affect the output artifact.
Subscribe to Label ActionDetailsThis issue or pull request has been labeled: "fuzzing", "wasmtime:api", "wasmtime:config", "wasmtime:docs", "winch"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
This commit adds a tunable option via
-Dsymbols={y,n}orConfig::debug_symbolsto disable generation of symbols in output*.cwasmartifacts. This can help minimize the size of an artifact to the absolute bare minimum in some scenarios.This additionally adds documentation of how to build a minimal
*.cwasmwith all the various options that can be used which affect the output artifact.Closes #10286