Replies: 1 comment
-
|
这些不是es标准api。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我正在使用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