synor/sdk/python/src/synor_compiler
Gulshan Yadav 2c534a18bb feat(sdk): Add Compiler SDK for all 12 languages
Implements WASM smart contract compilation, optimization, and ABI generation
across JavaScript/TypeScript, Python, Go, Rust, Flutter/Dart, Java, Kotlin,
Swift, C, C++, C#/.NET, and Ruby.

Features:
- Optimization levels: None, Basic, Size, Aggressive
- WASM section stripping with customizable options
- Contract validation against VM requirements
- ABI extraction and generation
- Contract metadata handling
- Gas estimation for deployment
- Security analysis and recommendations
- Size breakdown analysis

Sub-clients: Contracts, ABI, Analysis, Validation
2026-01-28 13:28:18 +05:30
..
__init__.py feat(sdk): Add Compiler SDK for all 12 languages 2026-01-28 13:28:18 +05:30
client.py feat(sdk): Add Compiler SDK for all 12 languages 2026-01-28 13:28:18 +05:30
types.py feat(sdk): Add Compiler SDK for all 12 languages 2026-01-28 13:28:18 +05:30