Upload a compiled WebAssembly binary to the edge platform. The binary is automatically analyzed to detect its API type (WASI or Proxy-WASM) and stored for use in applications. Maximum binary size is 100MB.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
The body is of type file.
Binary stored successfully, returns binary metadata
Binary ID
Status code:
0 - pending
1 - compiled
2 - compilation failed (errors available)
3 - compilation failed (errors not available)
4 - resulting binary exceeded the limit
5 - unsupported source language
Wasm API type
Not used since (UTC)
MD5 hash of the binary
Source language:
0 - unknown
1 - Rust
2 - JavaScript
3 - Go
0 <= x <= 3