如何加快wasm(webassembly)的加载时间?

时间:2019-07-08 22:51:28

标签: performance scheme webassembly

我使用chibi-scheme上的scheme-lang.com/cons wasm后端创建了一个小型应用程序。

这是Web程序集文件的大小:

-rw-r--r--   1 amirouche amirouche 466K Jul  9 01:43 chibi.wasm
-rw-r--r--   1 amirouche amirouche 206K Jul  9 01:43 chibi.js
-rw-r--r--   1 amirouche amirouche 2.2M Jul  9 01:43 chibi.data

以下是铬的性能曲线:

enter image description here

加载时间不是很好,如何改善这种情况?

0 个答案:

没有答案