diff --git a/index.md b/index.md index 29a6b41..e89ba1f 100644 --- a/index.md +++ b/index.md @@ -50,7 +50,8 @@ Quick Start - Then point your browser at or - + , + and have a look at the HTML source of `webperl_demo.html`. You may also host the contents of the above ZIP archive on a webserver of your choice, as described in [Using WebPerl](using.html). (Note: In `webperl_demo.html`, you'll diff --git a/using.md b/using.md index 1bece0d..fc36256 100644 --- a/using.md +++ b/using.md @@ -79,7 +79,7 @@ for a few patches to make things compile properly, and the major differences described here. [Emscripten](http://emscripten.org/) provides emulation for a number of system -calls, most notably, it provides a virtual filesystem from which Perl can +calls, most notably for WebPerl, it provides a virtual filesystem from which Perl can load its modules, since of course JavaScript in the browser is a sandboxed environment (no access to hardware, the local filesystem, etc.). However, because Perl is the *only* Emscripten process running in the browser,