npm install primea-annotations
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)