We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95250 commit 2cd6364Copy full SHA for 2cd6364
src/mono/sample/wasm/browser-advanced/Wasm.Advanced.Sample.csproj
@@ -6,7 +6,7 @@
6
<WasmEnableWebcil>true</WasmEnableWebcil>
7
<WasmEmitSymbolMap>true</WasmEmitSymbolMap>
8
<EmccEnableAssertions>true</EmccEnableAssertions>
9
- <EmccEnvironment>web</EmccEnvironment>
+ <EmccEnvironment>web,worker</EmccEnvironment>
10
<!-- add OpenGL emulation -->
11
<EmccExtraLDFlags> -s USE_CLOSURE_COMPILER=1 -s LEGACY_GL_EMULATION=1 -lGL -lSDL -lidbfs.js</EmccExtraLDFlags>
12
<!-- just to prove we don't do JS eval() -->
0 commit comments