diff --git a/build/build.pl b/build/build.pl index 9e97e09..c54baba 100755 --- a/build/build.pl +++ b/build/build.pl @@ -362,6 +362,8 @@ if ($needs_reconfig || !-e $destdir || $opts{remakeout}) { safelink( $C{PERLSRCDIR}->file('ext','WebPerl','WebPerl.pm'), $destdir->file('lib','5.28.0','wasm','WebPerl.pm') ); #TODO: should figure this directory out dynamically + #TODO Later: Provide an easy way for users to add files to the virtual file system + say STDERR "# Done rebuilding $destdir"; } diff --git a/web/mini_ide/webperl_mini_ide.html b/web/mini_ide/webperl_mini_ide.html index 06a19e4..9ab3b27 100644 --- a/web/mini_ide/webperl_mini_ide.html +++ b/web/mini_ide/webperl_mini_ide.html @@ -197,7 +197,10 @@ function final_init () { // Called when Perl goes to Ready state
-