signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
25 lines (24 loc) • 458 B
JSON
{
"targets": {
"release": {
"outFile": "build/plugin.wasm",
"sourceMap": false,
"optimize": true,
"shrinkLevel": 2,
"converge": true,
"noAssert": true,
"runtime": "stub",
"use": "abort="
},
"debug": {
"outFile": "build/plugin.debug.wasm",
"sourceMap": true,
"debug": true,
"runtime": "stub"
}
},
"options": {
"bindings": "esm",
"exportRuntime": true
}
}