I'm trying to look at pas2js (again). This time I downloaded and installed Lazarus 2.08 / fpc 3.04. But a lot of demo's / examples are only working with fpc 3.1.1 an above. So I downoaded an compiled fpc 3.2 with fpdeluxe. These files (including the source) are copied to ($lazarus)/fpc/3.2.0. I told lazarus IDE where to find the compiler.
Now i'm loading demo from ($projects)\pasjs\demo\fcldb\demoload.lpi. But when it's loaded the IDE comes with message
Compiler "C:\lazarus_208_64\fpc\3.2.0\bin\x86_64-win64\fpc.exe" does not support target x86_64-browser
What does it means and how do I solve this.