surma / rollup-plugin-assemblyscript

A Rollup plugin that allows you to import AssemblyScript files and compiles them on-the-fly.
https://npm.im/rollup-plugin-assemblyscript
Apache License 2.0
74 stars 9 forks source link

Incompatible with assemblyscript 0.21.x #11

Open Pyrolistical opened 2 years ago

Pyrolistical commented 2 years ago

This plugin has a peer dep on 0.19.x where asc was found under assemblyscript/cli/asc.

But now in 0.21.x asc is found under assemblyscript/asc.

Pyrolistical commented 2 years ago

For my use case I wanted to use this with Vite, but this is incompatible.

My workaround was to write a Vite plugin directly https://github.com/Pyrolistical/vite-plugin-assemblyscript