You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use conditional compilation #[cfg(not(any(feature = "std", feature = "export-abi")))] for no_std and panic handler
- Allows stylus_sdk to use std during deployment phases while maintaining no_std for WASM builds
- Successfully deployed to Arbitrum Sepolia at 0x7c56d119a916da6593e1fd8c1d010161f20afd70
- Contract size remains at 23.9 KiB (24,497 bytes), under 24 KiB deployment limit
- Resolves duplicate panic handler and unresolved std module errors during deployment
Co-Authored-By: [email protected] <[email protected]>
0 commit comments