跳到主要内容
ArcBlock Community

Blocklets programming languages supported?

Brain Titan
开发者
blocklet-serverdiscussion

I was wondering what programming languages are supported for releasing Blocklets?

I made some blocklets with html/css/js

Are python, C#, rust, etc supported?

3 条回复

wangshijun2年前

At present, our platform offers robust and proven support for JavaScript, encompassing both node.js and web applications within browsers. Additionally, our blocklet runtime mechanism is designed to be scalable in order to accommodate the integration of additional programming languages in the future.

Brain Titan2年前(edited)

if I have a mainly html/css/js project (like 80% javascript), but with a little GLSL (like 10%) in there, would that be supported?

wangshijun2年前

It appears that GLSL requires a specific runtime to be installed on the host machine. This can be easily achieved if you have control over the blocklet server infrastructure as an administrator. However, it is important to note that further evaluation may be necessary if you intend to utilize GLSL in ArcBlock Launcher's on-demand space. It is not recommended to include non-standard software with the Blocklet Server release, as this goes against best practices.

回复