tweag/asterius

Drop `npm-utils` and provide pre-bundled runtime

开放

#353 创建于 2019年11月28日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (56 个派生)batch import
P2good first issuetype: feature request

仓库指标

星标
 (1,949 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Following #338, we should be able to avoid running parcel at link-time and instead ship a pre-bundled rts.js. Some minor adjustments in the js codegen, and the browser backend can take advantage of rts.js and use it to initialize multiple instances at once.

Besides improving linking speed, this also means we can drop npm-utils, which uses a custom Setup.hs to do npm install...which is definitely not a good thing.

贡献者指南