1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Ian Price
11378b73df Create stub module forms for dependecies
* module/scripts/jslink.scm: Module files need a module form, or
  functions like resolve-module won't work correctly.
2017-08-28 13:43:01 +01:00
Ian Price
56439a88ae Add `guild jslink' to bundle JS programs
* module/Makefile.am (SOURCES): Install runtime.js and jslink.scm
* module/language/js-il/compile-javascript.scm (compile-exp):
  Compilation units take a continuation to facilitate linking.
* module/scripts/jslink.scm: New script.
2017-08-09 16:06:50 +01:00