[SOLVED] How to load WebGL library in PlayCanvas

Hello my Friends
I have a WebGL library converted from c++ with .bc format. I want to Know is it possible to use it in playcanvas or not? if yes …how

What’s a .bc file ?

Edit:
Ah, it’s the object file from Emscripten. AFAIK, you have to use Emscripten to build the .bc file to a .js file.

Thanks alot for the help