Skip to content

FFI-as Redux

Compare
Choose a tag to compare
@zhiayang zhiayang released this 04 Oct 17:18

Flip the declaration of ffi-as, because external names might have strange characters (like spaces! or $ or @ or whatever) that are not valid in Flax identifiers. Made more sense to have the Flax-visible name as part of the actual declaration.

Also, made the external name a string literal, for the reasons stated above.