Open fluffynuts opened 1 year ago
I'd like to be able to compile cli apps AOT, and use PeanutButter.EasyArgs because it's easy!
I can't, because under the hood, EasyArgs uses the DuckTyper, which emits code - which isn't supported on AOT targets
Expected Behavior
I'd like to be able to compile cli apps AOT, and use PeanutButter.EasyArgs because it's easy!
Actual Behavior
I can't, because under the hood, EasyArgs uses the DuckTyper, which emits code - which isn't supported on AOT targets
Steps to Reproduce the Problem
Specifications