0.1.5 ā€¢ Published 5 years ago

rollup-plugin-walt v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago