bytecodealliance / componentize-py

Apache License 2.0
147 stars 16 forks source link

look for site packages using the 'site' module as a fallback #68

Closed karthik2804 closed 7 months ago

karthik2804 commented 7 months ago

As a fallback to python site-pacakge resolution - add a code path that invokes python and gets the location of site-packages using the site module.