asbuild icon indicating copy to clipboard operation
asbuild copied to clipboard

A simple build tool for AssemblyScript projects

Results 9 asbuild issues
Sort by recently updated
recently updated
newest added

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)...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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...

help wanted

Currently all packages in a workspace are built. A new option `--package` should be added to only build the passed package.

enhancement
good first issue

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...