Open yujin-wu opened 2 years ago
While working on CSP compliance for plotly, we had the challenge of avoiding codegen in regl. We found that some changes in Regl were necessary to make this possible, in particular making generated code stable.
The changes we needed are in https://github.com/regl-project/regl/pull/637 and I believe they are beneficial to regl:
https://github.com/regl-project/regl/pull/637
@rreusser (+@alexcjohnson)
Hey Ricky, would you be able to have a look please? 🙂
Issue
While working on CSP compliance for plotly, we had the challenge of avoiding codegen in regl. We found that some changes in Regl were necessary to make this possible, in particular making generated code stable.
The changes we needed are in https://github.com/regl-project/regl/pull/637 and I believe they are beneficial to regl:
PR
https://github.com/regl-project/regl/pull/637