|
|
|
|
@ -48,6 +48,15 @@ The source code is in two repositories:
|
|
|
|
|
You only need to check out the first of the two, the `emperl5` repository
|
|
|
|
|
is checked out by the build script.
|
|
|
|
|
|
|
|
|
|
Some of the central source files of WebPerl are:
|
|
|
|
|
|
|
|
|
|
- [`webperl/build/build.pl`](https://github.com/haukex/webperl/blob/master/build/build.pl)
|
|
|
|
|
- [`emperl5/hints/emscripten.sh`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/hints/emscripten.sh)
|
|
|
|
|
- [`emperl5/perlmain_noexit_patch`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/perlmain_noexit_patch)
|
|
|
|
|
- [`emperl5/ext/WebPerl/WebPerl.xs`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.xs)
|
|
|
|
|
- [`emperl5/ext/WebPerl/WebPerl.pm`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.pm)
|
|
|
|
|
- [`webperl/web/webperl.js`](https://github.com/haukex/webperl/blob/master/web/webperl.js)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Running the Build
|
|
|
|
|
-----------------
|
|
|
|
|
|