Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Update compiler function docs. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin Ahn committed Mar 4, 2021
1 parent 7412ebd commit 0cea438
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions embedded_sass.proto
Original file line number Diff line number Diff line change
Expand Up @@ -717,10 +717,9 @@ message Value {
// back to the compiler as long as their IDs match IDs of functions received
// by the host during that same compilation.
message CompilerFunction {
// A unique ID for this function. This ID can be used in
// `InboundRequest.FunctionCallRequest` to invoke this function. The
// compiler is responsible for generating this ID and ensuring it's unique
// across all functions passed to the host for this compilation. Mandatory.
// A unique ID for this function. The compiler is responsible for generating
// this ID and ensuring it's unique across all functions passed to the host
// for this compilation. Mandatory.
uint32 id = 1;
}

Expand Down

0 comments on commit 0cea438

Please sign in to comment.