mirror of
https://github.com/remko/waforth
synced 2025-01-17 18:11:39 +01:00
Tweak README
This commit is contained in:
parent
76b1975ff6
commit
027caab71a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue