From 95edafe9bdd934edfc315938fa099f3b847de358 Mon Sep 17 00:00:00 2001 From: dipdowel Date: Thu, 15 Jun 2023 22:29:40 +0200 Subject: [PATCH] - Added a link to parcel-transformer-assemblyscript-codument, a transformer plugin that enables AssemblyScript support in bundler Parcel. - Added a link to a set of AssemblyScript+Parcel project templates that allow getting your next project up and running in a minute or two with zero configuration. --- src/built-with-assemblyscript.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/built-with-assemblyscript.md b/src/built-with-assemblyscript.md index 39660108f..4af54f261 100644 --- a/src/built-with-assemblyscript.md +++ b/src/built-with-assemblyscript.md @@ -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)
Tools for creating compiler transformers. +* [parcel-transformer-assemblyscript-codument](https://www.npmjs.com/package/parcel-transformer-assemblyscript-codument)
+ A transformer plugin for bundler Parcel v2. AssemblyScript development with all the benefits of Parcel. ## Demoscene @@ -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)
A Cloudflare wrangler template for a AssemblyScript worker. +* [AssemblyScript + Parcel project templates](https://www.npmjs.com/package/assemblyscript-parcel-project-templates-codument)
+ 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