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.
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.