0.1.4 • Published 3 years ago

as-events v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AS-Events

EventEmitter for AssemblyScript

Features

  • No Dependencies
  • Isomorphic
  • Works in Nodejs/Browser/Wasmer
  • Small code size

Installation

~ npm install as-events

Usage

import { EventEmitter } from 'as-events'

const emitter = new EventEmitter<string>()

emitter.on('event', (data) => {

    //...

})

emitter.emit('event', 'Hello Event Emitter!')
0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

1.0.0

3 years ago