git ssb

0+

wanderer🌟 / js-primea-annotations



Branch:
wanderer committed 0.0.6Latest: b320655 on 4/26/2018, 11:01:01 PM
πŸ“„.travis.yml
πŸ“„LICENSE
πŸ“„README.md
πŸ“bin
πŸ“docs
πŸ“„index.js
πŸ“„package-lock.json
πŸ“„package.json
πŸ“tests
README.md

SYNOPSIS

NPM Package
Build Status
Coverage Status

js-standard-style

INSTALL

npm install primea-annotations

USAGE

const primeaAnnotations = require('primea-annotations')
const annotation = {
  'types': [{
    'form': 'func',
    'params': [
      'func'
    ]
  }],
  'typeMap': [{
    'func': 0,
    'type': 0
  }],
  'persist': [{
    'form': 'global'
    'index': 0,
    'type': 'data'
  }]
}

const injectWasmBinary = primeaAnnotations.encodeAndInject(annotation, wasmBinary)

API

./docs/

LICENSE

MPL-2.0

Built with git-ssb-web