wasmer run jsimnz/jettison-wasm
{ "name": "rename", "description": "Rename a field from source to destination", "url": "https://github.com/lens-vm/community-modules",
"arguments": {
"type": "object",
"properties": {
"source": {
"description": "The source field for renaming",
"type": "string"
},
"destination": {
"description": "The destination field for renaming",
"type": "string"
}
}
},
"import": {
"extract": "wapm://jsimnz/jettison-wasm@1.0.1"
},
"runtime": "wasm",
"language": "go",
"module": "Qm123"
}