gerdstolpmann
gerdstolpmann
I don't have a spec - this is just an idea I had when writing the first issue. For me it would only be important that it can be easily...
wow, that's quick... I'll give it a try tomorrow
It's in the distributed tarball, see http://projects.camlcity.org/projects/findlib.html. Because it is generated, the files are not checked in.
Looks like that there is a workaround: assign ``` console.log = console.error ``` just before starting wasm.
Another remark: I got this warning when redirecting stdin to a file. The warning seems to be fairly inappropriate in this case - files never block. It might be better...
I'll take a look later today.
Hello @MSoegtropIMC , first of all, welcome to the Findlib community. Relocatibility is a feature that is requested from time to time, but I am still very skeptical. I know...
Here you go: http://projects.camlcity.org/projects/dl/findlib-1.9.6/doc/ref-html/r865.html
Well, the patch you propose will break many other installations, so any relocation feature would have to be optional and enabled somehow. It is a bit unclear to me how...
ok, this seems to be the best PR so far to add some relocatibility. As far as I understand, the PR needs a special version of OCaml to work properly,...