rollup-plugin-walt

0.1.5ย โ€ขย Publicย โ€ขย Published

rollup-plugin-walt

inspired by this ๐Ÿ‘‰ webpack-walt-loader

This is a plugin for use with walt.

about walt ๐Ÿ‘‡

โšก๏ธ Walt is a JavaScript-like syntax for WebAssembly text format โšก๏ธ https://ballercat.github.io/walt/

Installation

npm install --save-dev rollup-plugin-walt

โš ๏ธ should add walt-compiler too!!

Usage

// rollup.config.js
import walt from 'rollup-plugin-walt';

export default {
  input: 'src/main.js',
  output: {
    file: 'dist/bundle.js',
    format: 'iife'
  },

  plugins: [
    walt()
  ]
};

License

MIT

Package Sidebar

Install

npm i rollup-plugin-walt

Weekly Downloads

3

Version

0.1.5

License

MIT

Unpacked Size

17.2 kB

Total Files

11

Last publish

Collaborators

  • huangteng