Files
filament/build
Philip Rideout 4afd0c5456 Upgrade to emscripten 3.1.15 and remove workaround.
Starting with 3.1.14, embind started to support for `noexcept`
which caused multiple definition errors since we have a workaround
in place that alreadys supplies template instantiations for `noexcept`.

This change should not affect G3 since our JS bindings are not used
in G3.

The upstream fix is here:
https://github.com/emscripten-core/emscripten/pull/17140

Fixes #5789.
2022-07-27 09:10:29 -07:00
..
2022-07-22 13:46:13 -07:00
2018-09-06 16:12:03 -07:00
2022-02-15 17:01:17 -08:00
2020-08-07 09:03:51 -07:00
2020-08-07 09:03:51 -07:00
2020-04-25 01:03:29 -07:00

Important note

The scripts found in the subdirectories are intended to be used by Filament's continuous integration environments only. They are not meant to be run directly. Please refer to our build instructions on how to proceed instead.