signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
26 lines (25 loc) • 499 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,
"transform": ["as-fetch/transform"]
}
}