UNPKG

rollup-plugin-assemblyscript

Version:

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

12 lines (11 loc) 237 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script src="./build/main.js"></script> </body> </html>