mirror of
https://github.com/remko/waforth
synced 2025-01-18 22:26: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
|
||||||
|
|
||||||
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),
|
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
|
||||||
and add it to the shared function table.
|
register itself.
|
||||||
|
|
||||||
### The Shell
|
### The Shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue