feat(binding_core_wasm): Enable ecma_lints feature to support semantic error detection
This change adds the ecma_lints feature to the WASM binding, enabling critical lint rules
such as duplicate variable declaration detection in the SWC playground. This aligns the
playground's behavior with Babel and OXC playgrounds.
The ecma_lints feature includes critical rules that detect:
- Duplicate variable/const/let bindings
- Duplicate exports
- Const assignment violations
- Duplicate function parameters
Fixes #11041
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>