Open
Description
I know these are not real instructions, but while implementing a compiler that is not C/C++-based it turned out to be a nuisance. Duplicating fmod every time doesn't seem right to me when embedders could easily provide their anyway ubiquitous implementation.
Could it be re-considered for binary size / peace of mind / alignment with other web-things?