asbuild:一个简单的AssemblyScript项目构建工具

时间:2024-05-22 03:23:48
【文件属性】:

文件名称:asbuild:一个简单的AssemblyScript项目构建工具

文件大小:44KB

文件格式:ZIP

更新时间:2024-05-22 03:23:48

webassembly assemblyscript TypeScript

ASBuild 一个用于项目的简单构建工具,类似于cargo等。 用法 asb [entry file] [options] -- [args passed to asc] 背景 大于v0.14.4的AssemblyScript提供了一个asconfig.json配置文件,该文件可用于描述构建项目的选项。 ASBuild使用此设置和一些默认设置来创建更简单的CLI界面。 默认值 项目结构 project/ package.json asconfig.json assembly/ index.ts build/ release/ project.wasm debug/ project.wasm 如果未传递任何条目文件,并且asconfig.json没有entry字段,则假定为project/assembly/index.


【文件预览】:
asbuild-master
----.github()
--------workflows()
----yarn.lock(13KB)
----src()
--------main.ts(121B)
--------index.ts(23B)
--------cli.ts(6KB)
----tsconfig.json(6KB)
----test()
--------index.ts(2KB)
--------simple()
--------no_asconfig()
--------extends()
--------release()
--------debug()
--------test.sh(356B)
--------README.md(329B)
--------targets()
--------complex()
--------override2()
--------asconfig.json(113B)
--------override()
--------package.json(77B)
--------wat()
----README.md(2KB)
----dist()
--------cli.d.ts(347B)
--------main.js(850B)
--------main.d.ts(11B)
--------index.d.ts(23B)
--------index.js(889B)
--------cli.js(23KB)
----.gitignore(78B)
----index.js(35B)
----bin()
--------asb(46B)
----package.json(784B)

网友评论