git ssb

0+

wanderer🌟 / js-primea-objects



Tree: 42cc37a80a0cc0e37ca360b7505dfa3dc447cc4b

Files: 42cc37a80a0cc0e37ca360b7505dfa3dc447cc4b / README.md

1316 bytesRaw

SYNOPSIS

Greenkeeper badge
NPM Package
Build Status
Coverage Status

js-standard-style

Object helper classes for Primea's system Objects

INSTALL

npm install primea-objects

USAGE

const objects = require('primea-objects')

const id = new objects.ID(Buffer.from([0x1]))
const modRef = new objects.ModuleRef({'name': ['i32']}, id)
const funcRef = rmodRef.getFuncRef('name')

// all objects can be encoded to cbor with borc
const cbor = require('borc')
const encodedModRef = cbor.encode(modRef)

// and decoded with the decoder
objects.decoder.decodeFirst(encodedModRef)

API

./docs/

LICENSE

MPL-2.0

Built with git-ssb-web