Skip to content

Commit b093478

Browse files
authored
Merge pull request #2753 from skoppe/patch-1
Add CRuntime_WASI and WASI versions merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents fb95882 + 7ded126 commit b093478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/version.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
261261
$(TROW $(ARGS $(D CRuntime_Microsoft)) , $(ARGS Microsoft C runtime))
262262
$(TROW $(ARGS $(D CRuntime_Musl)) , $(ARGS musl C runtime))
263263
$(TROW $(ARGS $(D CRuntime_UClibc)) , $(ARGS uClibc C runtime))
264+
$(TROW $(ARGS $(D CRuntime_WASI)) , $(ARGS WASI C runtime))
264265
$(TROW $(ARGS $(D X86)) , $(ARGS Intel and AMD 32-bit processors))
265266
$(TROW $(ARGS $(D X86_64)) , $(ARGS Intel and AMD 64-bit processors))
266267
$(TROW $(ARGS $(D ARM)) , $(ARGS The ARM architecture (32-bit) (AArch32 et al)))
@@ -300,6 +301,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
300301
$(TROW $(ARGS $(D HPPA64)) , $(ARGS The HP PA-RISC architecture, 64-bit))
301302
$(TROW $(ARGS $(D SH)) , $(ARGS The SuperH architecture, 32-bit))
302303
$(TROW $(ARGS $(D WebAssembly)) , $(ARGS The WebAssembly virtual ISA $(LPAREN)instruction set architecture$(RPAREN), 32-bit))
304+
$(TROW $(ARGS $(D WASI)) , $(ARGS The WebAssembly System Interface))
303305
$(TROW $(ARGS $(D Alpha)) , $(ARGS The Alpha architecture))
304306
$(TROW $(ARGS $(D Alpha_SoftFloat)) , $(ARGS The Alpha soft float ABI))
305307
$(TROW $(ARGS $(D Alpha_HardFloat)) , $(ARGS The Alpha hard float ABI))

0 commit comments

Comments
 (0)