ported cache.rkt
This commit is contained in:
parent
634d2e5384
commit
00ff2f2103
7
whalesong/selfhost/js-assembler/cache.rkt
Normal file
7
whalesong/selfhost/js-assembler/cache.rkt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#lang whalesong
|
||||||
|
(define-struct cached-entry (real-path ;; path to a module.
|
||||||
|
whalesong-version ;; string
|
||||||
|
md5 ;; md5 of the original source in real-path
|
||||||
|
bytes)
|
||||||
|
#:transparent) ;; bytes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user