class MyData{public: string str1, str2, str3; vector<uint8_t> somevector;};MyData data;
EM_ASM_({ receiveData($0);}, data);