Skip to content

Commit 2cd6364

Browse files
authored
[browser] fix advanced sample for MT (#83582)
1 parent 6e95250 commit 2cd6364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/sample/wasm/browser-advanced/Wasm.Advanced.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<WasmEnableWebcil>true</WasmEnableWebcil>
77
<WasmEmitSymbolMap>true</WasmEmitSymbolMap>
88
<EmccEnableAssertions>true</EmccEnableAssertions>
9-
<EmccEnvironment>web</EmccEnvironment>
9+
<EmccEnvironment>web,worker</EmccEnvironment>
1010
<!-- add OpenGL emulation -->
1111
<EmccExtraLDFlags> -s USE_CLOSURE_COMPILER=1 -s LEGACY_GL_EMULATION=1 -lGL -lSDL -lidbfs.js</EmccExtraLDFlags>
1212
<!-- just to prove we don't do JS eval() -->

0 commit comments

Comments
 (0)