tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

createModule fail #193

Closed zhoujie16 closed 1 year ago

zhoujie16 commented 1 year ago

In the '/api/createModule' API, the uploaded wasm file does not comply with the format specified by the 'wasm' field convention. This is because the wasm file is in binary format while the API expects JSON. A standard format should be established to ensure consistency.