#include int main() { EM_ASM({ thisVarDoesNotExist++; thisVarDoesNotExistEither++; }); }