Version: 2021.2
言語: 日本語
public static WebGLWasmArithmeticExceptions wasmArithmeticExceptions ;

説明

The trapping mode for WebAssembly code.

WebAssembly code can trap (throw an exception) on things like division by zero, rounding a very large float to an int, and so forth. It is recommended to use Throw mode as this way potential issues can be detected sooner.