enhancementgood first issuehelp wanted
説明
Goal
Create an optimizing pass.
Overview
Go nuts? There is zero static optimization currently, everything written is emitted.
Dead code elimination sounds great. AssemblyScript does it, which is dope.
Acceptance Criteria
- It works
- It's tested
- It's opt-in and configurable