Convert ExtFunc usage to ExternalFunc
The ExternalFunc type is meant for Limbo extensions in core/ext so let's convert ExtFunc usage to it and delete ExtFunc.
I'm interested in contributing; can I get more info regarding the issue?
Hi @penberg could you please verify my understanding of the description above? You want to use ExternalFunc instead of ExtFunc and remove ExtFunc. Currently, the resolve method of uuid is returning ExtFunc, and this needs to be changed to return the ExternalFunc type. Additionally, this change will need to be handled in all other relevant places.
Fixed by @PThorpe92 in 55e79a72c10c93a7612a60bf088d88bd324bc00a