From 2614fd32d8d4a099fca021d1e880a9d9d8e848e8 Mon Sep 17 00:00:00 2001 From: Romario Maxwell Date: Fri, 4 May 2018 11:47:20 -0500 Subject: rewrite URLs (http:// -> https://) (#1205) All the modified URLs were checked to see if they are available over HTTPS by opening a new tab in the browser, entering the URL in the address bar, changing http:// to https:// and then verifying if the resource displayed is the same over HTTP and HTTPS for each URL. --- FutureFeatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FutureFeatures.md') diff --git a/FutureFeatures.md b/FutureFeatures.md index c7621ba..e850695 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -177,7 +177,7 @@ supporting both in the same instance in the future. Coroutines will [eventually be part of C++][] and is already popular in other programming languages that WebAssembly will support. - [eventually be part of C++]: http://wg21.link/n4499 + [eventually be part of C++]: https://wg21.link/n4499 ### Asynchronous Signals @@ -385,7 +385,7 @@ When the application is prepared to handle overflow locally, it would be useful to have arithmetic operators which can indicate when overflow occurred. An example of this is the checked arithmetic builtins available in compilers such as -[clang](http://clang.llvm.org/docs/LanguageExtensions.html#checked-arithmetic-builtins) +[clang](https://clang.llvm.org/docs/LanguageExtensions.html#checked-arithmetic-builtins) and [GCC](https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html). If WebAssembly is made to support nodes with multiple return values, that could -- cgit v1.2.3