• try to replace E.toString by E.toFlatString, also new tokenisation of strings broke older InlineC compiler output, wrap atob() into E.toFlatString() too (in var bin=atob())

    new compiler now generates something like var bin=(E.toFlatString||E.toString)(atob(".­...."))
    EDIT: was wrong first time, toFlatString comes first, fixed
    EDIT2: it is actually || not |

About

Avatar for fanoush @fanoush started