Retrieve complete information about a specific WebAssembly binary including metadata and compiled content. Use this to download or inspect binaries before using them in applications.
Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Unique identifier of the binary to retrieve
Returns detailed binary information including metadata and content
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
0 <= x <= 5Source language:
0 - unknown
1 - Rust
2 - JavaScript
3 - Go
0 <= x <= 3Wasm API type
Not used since (UTC)
MD5 hash of the binary