Vilibald
Vilibald
Go ahead, if nobody else is interested I am :)
I'll come to this later but a quick note: Relying on JavaScript strings is little unfortunate as we rely on string implementation in one runtime and the rest then needs...
I have thought about this a bit and what I think is best is to use offset in characters where character is not a byte but a logical unit whose...
Yes, we are on the same page and mean the same thing. Question is if we should not impose utf-8 as the only acceptable encoding require the input to be...
Please can you provide me the docker command used to spin up the container too? Is the project correctly mounted?
I suspect that the project is not correctly mounted/copied. Can you try running it by: `docker run --rm -v $(pwd):/src -ti apiaryio/emcc:1.37 /bin/bash` and then inside the container run the...
The project needs to be under the `/src` directory inside the container. The above command mounts the current directory (the one with project to be build) to `/src` inside the...
Thanks a lot for the suggestion ... I will give it a shot
I am definitely up for it, I find the links being very useful because not always the error message is clear enough and further info is needed. although I think...
Codes are convenient for programmatic approach, sure I can match the strings of the link to distinguish between warning error etc but then I need to know the errors/warnings beforehand...