6 Star 0 Fork 14

OpenHarmony/arkcompiler_jsvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
王翊民 提交于 2025-04-11 11:55 +08:00 . update syscap
{
"name": "@ohos/jsvm",
"description": "jsvm is a Javascript virtual machine in ohos",
"version": "1.0",
"license": "Apache 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "arkcompiler/jsvm"
},
"dirs": {},
"scripts": {},
"component": {
"name": "jsvm",
"subsystem": "arkcompiler",
"syscap": [
"SystemCapability.ArkCompiler.JSVM"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "5120KB",
"ram": "10240KB",
"deps": {
"components": [
"bounds_checking_function",
"hilog",
"hisysevent",
"hitrace",
"hiview",
"icu",
"init",
"libuv",
"nghttp2",
"openssl",
"resource_schedule_service",
"zlib"
]
},
"build": {
"sub_component": [
"//arkcompiler/jsvm:jsvm_packages"
],
"inner_kits": [
{
"header": {
"header_base": "//arkcompiler/jsvm/interface/kits",
"header_files": [
"jsvm_types.h",
"jsvm.h"
]
},
"name": "//arkcompiler/jsvm:libjsvm"
}
],
"test": [
"//arkcompiler/jsvm/test/unittest:jsvm_unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/arkcompiler_jsvm.git
git@gitee.com:openharmony/arkcompiler_jsvm.git
openharmony
arkcompiler_jsvm
arkcompiler_jsvm
master

搜索帮助