mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-23 10:05:37 +00:00
775e560d10
I had to do crimes to get it to work (changing the realloc function), and I'd like the crimes to be checked in to source control for future eta :p
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"name": "rsp6-decoder",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"rsp6_decoder_bg.wasm",
|
|
"rsp6_decoder.js",
|
|
"rsp6_decoder_bg.js",
|
|
"rsp6_decoder.d.ts"
|
|
],
|
|
"module": "rsp6_decoder.js",
|
|
"types": "rsp6_decoder.d.ts",
|
|
"sideEffects": false
|
|
} |