Closed nshaheed closed 4 months ago
:)
Do u have any plans on this?
Hi @lmaxwell, we're actively experimenting with support for webchugins! Hold on tight!
@lmaxwell Chugins are supported in WebChucK as of v1.2.7. Chugins can be built for web from the official chugins repository using make web
. These chugins can be uploaded into WebChucK for usage on the web.
Chuck.loadChugin("path/to/chugin.chug.wasm");
theChucK = await Chuck.init([]);
We have future plans to host pre-built chugins online, and get them integrated into WebChucK IDE.
:)