highs-js build corrupted
Building with the current emsdk 4.0.2 does not work. I tried in a WSL version of Ubuntu 24.04 and on a linux machine with Ubuntu 24.10.
When trying to solve an lp, the following error is returned:
`Unable to read LP model (see http://web.mit.edu/lpsolve/doc/CPLEX-format.htm). HiGHS error TypeError: Mb is not a function
`
What may also be connected to this is that the [tests](https://github.com/user-attachments/files/18691086/tests.log) in the /build directory fail from test 3 on, and the demo application delivers the following error:
```
Uncaught (in promise) TypeError: Module is not a function
at onmessage (worker.js:4:23)
highs.js:1 Please specify filename in .mps|.lp|.ems format.
```
0 条评论