Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

built-with-assemblyscript.md: Tools for AssemblyScript development with bundler Parcel #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/built-with-assemblyscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ A place for all things AssemblyScript. Feel free to add your projects and applic
A webpack loader for AssemblyScript
* [visitor-as](https://github.com/willemneal/visitor-as)<br />
Tools for creating compiler transformers.
* [parcel-transformer-assemblyscript-codument](https://www.npmjs.com/package/parcel-transformer-assemblyscript-codument)<br />
A transformer plugin for bundler Parcel v2. AssemblyScript development with all the benefits of Parcel.

## Demoscene

Expand Down Expand Up @@ -206,6 +208,8 @@ A place for all things AssemblyScript. Feel free to add your projects and applic

* [worker-assemblyscript-template](https://github.com/JamesLMilner/worker-assemblyscript-template)<br />
A Cloudflare wrangler template for a AssemblyScript worker.
* [AssemblyScript + Parcel project templates](https://www.npmjs.com/package/assemblyscript-parcel-project-templates-codument)<br />
AssemblyScript project templates for bundler Parcel. Get you next AssemblyScript-enabled project up and running in a minute or two! Includes an interactive CLI for creating new projects. Requires zero configuration.

## Applications

Expand Down