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 c763a3c commit bb1ff11Copy full SHA for bb1ff11
src/mono/wasm/Wasm.Build.Tests/WasmSIMDTests.cs
@@ -41,7 +41,6 @@ public void Build_NoAOT_ShouldNotRelink(BuildArgs buildArgs, RunHost host, strin
41
Assert.DoesNotContain("Compiling native assets with emcc", output);
42
43
RunAndTestWasmApp(buildArgs,
44
- extraXHarnessArgs: host == RunHost.NodeJS ? "--engine-arg=--experimental-wasm-simd --engine-arg=--experimental-wasm-eh" : "",
45
expectedExitCode: 42,
46
test: output =>
47
{
0 commit comments