> Isn't this more general than only for native assets? ``` { 'out_dir' : ..., 'native_assets' : { 'c_compiler' : { 'cc' : ... 'cflags' : ... 'ld' : ..., }, 'rustc' : { '...' : ... }, 'link_mode_preference' : 'static', ... }, } ``` I'd make this more hierarchical _Originally posted by @mkustermann in https://github.com/dart-lang/native/pull/3#discussion_r1168767029_