diff --git a/Sources/ArgumentParser/Utilities/Platform.swift b/Sources/ArgumentParser/Utilities/Platform.swift index c9177db58..87d32dc68 100644 --- a/Sources/ArgumentParser/Utilities/Platform.swift +++ b/Sources/ArgumentParser/Utilities/Platform.swift @@ -83,7 +83,7 @@ extension Platform { #elseif canImport(CRT) ucrt._exit(code) #elseif canImport(WASILibc) - exit(code) + WASILibc.exit(code) #endif } }