Version: 2018.4
public static WebGLLinkerTarget linkerTarget ;

説明

Allows you to specify the web build format that is used when you build your project.

You can choose either asm.js, WebAssembly, or both. WebAssembly is the default linker target. asm.js is the legacy format, which should only be used as a run-time fallback or for debugging purposes.