From ef6799f98620b327e7668075dd709f532e60ace2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Jun 2015 10:13:35 -0800 Subject: Add trailing slashes to URLs that want it. --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index 8207fd1..28e4b69 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,7 +36,7 @@ memory usage is basically the size of the input plus the size of the decoded tex Additionally, there are two further improvements that can be made in the real polyfill: 1. Decode while downloading using either chunked files, HTTP `Range` requests or (eventually) - the [Stream API](https://www.w3.org/TR/streams-api). + the [Stream API](https://www.w3.org/TR/streams-api/). 2. Include optional better-than-`gzip` compression in the polyfill. For example, the [lzham](https://github.com/richgel999/lzham_codec) library shows an *additional* 24% improvement over the above "`gzip` binary" figures while maintaining high decode rates. @@ -83,7 +83,7 @@ The [WebAssembly Community Group][] would be delighted to collaborate with more compiler vendors, take their input into consideration in WebAssembly itself, and work with them on ABI matters. - [WebAssembly Community Group]: https://www.w3.org/community/webassembly + [WebAssembly Community Group]: https://www.w3.org/community/webassembly/ ## Will WebAssembly support View Source on the Web? -- cgit v1.2.3