Re: [fpc-pascal] fpc webassembly and node

2023-10-09 Thread Michael Van Canneyt via fpc-pascal
On Mon, 9 Oct 2023, Michael Van Canneyt via fpc-pascal wrote: Hello, Either list is fine. This should compile and work. I'm using webassembly and classes quite a lot, even with threading, so I see no reason why this simple code should not run. How did you start the webassembly ? How

Re: [fpc-pascal] fpc webassembly and node

2023-10-09 Thread Michael Van Canneyt via fpc-pascal
Hello, Either list is fine. This should compile and work. I'm using webassembly and classes quite a lot, even with threading, so I see no reason why this simple code should not run. How did you start the webassembly ? How much memory did you provide to the webassembly ? Did you use

[fpc-pascal] fpc webassembly and node

2023-10-09 Thread k1 via fpc-pascal
Hi guys, i have a question concerning webassembly, please let me know if this is the wrong list. is it possible to use classes and compile to webassemly, the following code is working well but wen i uncomment the constructor line the code can be compiled but will not run anymore