You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我正在使用quickjs环境做开发,集成了一个第三方库,其用到了import * as std from 'std';。但是运行时报错了,我查阅了仓库backend-quickjs和quickjs的源码做了对比,发现backend-quickjs中没有提供quickjs-libc.h和quickjs-libc.c文件。故我猜测应该是移除了quickjs的内置模块std和os的注册流程。我想请问一下是出于什么原因考虑的?如果我想自己集成,有什么方法吗?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我正在使用quickjs环境做开发,集成了一个第三方库,其用到了
import * as std from 'std';
。但是运行时报错了,我查阅了仓库backend-quickjs
和quickjs
的源码做了对比,发现backend-quickjs
中没有提供quickjs-libc.h
和quickjs-libc.c
文件。故我猜测应该是移除了quickjs的内置模块std和os的注册流程。我想请问一下是出于什么原因考虑的?如果我想自己集成,有什么方法吗?Beta Was this translation helpful? Give feedback.
All reactions