I have this expression : (select v1 v2 (i64.and t1 t2)), when I need to 
convert the i64 (i64.and t1 t2) back to i32 for the select to correctly 
work.


What should I use to convert (i64.and t1 t2) subexpression to i32 ? Is 
i32.wrap/i64 adapted for that, like : (select v1 v2 (i32.wrap/i64 (i64.and 
t1 t2))) ?


Thanks



-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to