是否可以在小程序中运行cesium.js库
cesium 仅需浏览器支持 WebGL,小程序已支持 WebGL,<canvas type=“webgl”></canvas>。
https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html
建议开发者自行适配。