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.