From 6ac4fa8eab13d4b1b9303d1f91b11cf2a4f9d2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sat, 21 Sep 2024 00:09:53 -0400 Subject: [PATCH] feat: Add support for .NET 9 (#3010) Builds binaries for emscripten 3.1.56 used by .NET 9 (cherry picked from commit 767c3c3632244bccda96618af1034e10b9e9db5d) --- scripts/azure-templates-stages.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/scripts/azure-templates-stages.yml b/scripts/azure-templates-stages.yml index e070328f3d..0e041afc89 100644 --- a/scripts/azure-templates-stages.yml +++ b/scripts/azure-templates-stages.yml @@ -442,6 +442,24 @@ stages: displayName: '3.1.34_SIMD_Threading' version: 3.1.34 features: _wasmeh,simd,mt + + # .NET 9 + - 3.1.56: + displayName: 3.1.56 + version: 3.1.56 + features: _wasmeh,st + - 3.1.56: + displayName: '3.1.56_Threading' + version: 3.1.56 + features: _wasmeh,mt + - 3.1.56: + displayName: '3.1.56_SIMD' + version: 3.1.56 + features: _wasmeh,simd,st + - 3.1.56: + displayName: '3.1.56_SIMD_Threading' + version: 3.1.56 + features: _wasmeh,simd,mt - ${{ if ne(parameters.buildPipelineType, 'tests') }}: - stage: native