Groups
Groups
Sign in
Groups
Groups
emscripten-discuss
Conversations
About
Send feedback
Help
how to store json object in c++ with emscripten so that I can use val() later on to return to js
18 views
Skip to first unread message
Tuan Anh Tran
unread,
May 28, 2019, 2:24:07 AM
5/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emscripten-discuss
how to store json object in c++ with emscripten so that I can use val() later on to return to js
If i use a third party lib, it will fail when using val() with error
BindingError: _emval_take_value has unknown type
Tuan Anh Tran
unread,
May 28, 2019, 6:22:59 AM
5/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emscripten-discuss
for those come here later, here what i do
val entry = val::object();
entry.set(string("name"), string("A"));
Reply all
Reply to author
Forward
0 new messages