rollup-plugin-assemblyscript icon indicating copy to clipboard operation
rollup-plugin-assemblyscript copied to clipboard

A Rollup plugin that allows you to import AssemblyScript files and compiles them on-the-fly.

Results 3 rollup-plugin-assemblyscript issues
Sort by recently updated
recently updated
newest added

rollup-plugin-rust supports Nodejs https://github.com/wasm-tool/rollup-plugin-rust/blob/6138501796e8d67ef21365f280c88bf60a8b512e/index.js#L273 fetch is not defined in Nodejs

This adds GitHubActions to run the tests to make sure they pass on all platforms. For example, as I mentioned in #6, I can't run the tests on Windows.

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