average
Results
2
comments of
average
I am getting `collect2.exe: error: ld returned 1 exit status` as well on windows. I installed all the pre-requisites, and have go1.21.6.
``` const FilterApi = Function("return import('bad-words')")(); (async () => { const { Filter } = await FilterApi; const filter = new Filter(); console.log(filter.isProfane("bad words here")); })(); ``` Seems like you...