Kleis Auke Wolthuizen 9246094033 Fix function pointer cast issues
It is undefined behavior in C and C++ to cast a function pointer
to another type and call it that way. This does work in most native
platforms, however, despite it being UB, but in WASM it can fail.

See:
https://emscripten.org/docs/porting/guidelines/function_pointer_issues.html
2020-06-30 13:35:41 +02:00
..
2020-06-30 13:35:41 +02:00
2017-11-02 12:34:01 +00:00
2020-06-18 14:37:54 +02:00
2018-05-16 15:08:21 +01:00
2018-05-16 15:08:21 +01:00
2020-06-18 14:40:29 +02:00
2020-04-09 12:20:00 +01:00
2019-11-30 12:11:23 +00:00
2018-02-26 18:33:20 +00:00
2013-10-01 14:26:13 +01:00
2019-09-05 12:45:08 +01:00
2018-02-28 22:51:31 +00:00