summaryrefslogtreecommitdiff
path: root/src/snapshot.rs
AgeCommit message (Collapse)Author
2018-11-23Revert "Use include_bytes! instead of incbin. (#1182)"Ryan Dahl
Reverting because this is causing Appveyor to be red. However I hope we can reintroduce include_bytes! soon in a way that works on windows. Fixes #1208. This reverts commits 96c3641fffe8509af9351cec4580861e76d89cc9 and 92e404706b0b1a26cdaf6f8cf81aac148292557f.
2018-11-12Use include_bytes! instead of incbin. (#1182)Ryan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl