From 027caab71a74721be61e8df75bab1f460a675951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 31 May 2018 22:08:34 +0200 Subject: [PATCH] Tweak README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10b5361..4fca11e 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ the [name section](https://github.com/WebAssembly/design/blob/master/BinaryEncod ### The Loader -The loader is a small bit of JavaScript that uses the [WebAssembly JavaScript API](https://webassembly.github.io/spec/js-api/index.html) to dynamically load a compiled word (in the form of a WebAssembly module), -and add it to the shared function table. +The loader is a small bit of JavaScript that uses the [WebAssembly JavaScript API](https://webassembly.github.io/spec/js-api/index.html) to dynamically load a compiled word (in the form of a WebAssembly module), and ensuring that the shared function table is large enough for the module to +register itself. ### The Shell