asbuild
asbuild copied to clipboard
A simple build tool for AssemblyScript projects
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Related Issue: https://github.com/AssemblyScript/assemblyscript/issues/1691 If a transform need some args and config file, asbuild need to support these situations.
Is it possible to ignore this message when running ```asb``` or ```asp``` ?
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...
From discussion in Discord lately it appears that there are some problems introduced by the `asbuild` package that may or may not have been avoidable, not sure. I am certain...
Currently all packages in a workspace are built. A new option `--package` should be added to only build the passed package.
Wasmer have a rich repo of wasm dependencies: https://wapm.io/, some of them may work with assembly script. Would be super cool if asconfig.json can include "assembly script dependencies" and install...