Skip to content

Commit

Permalink
design doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Oct 14, 2024
1 parent dfcc9c5 commit caa0f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ issues:
* or for golang, some version or hash derived from https://pkg.go.dev/runtime/debug#BuildInfo
* the above would apply for native handlers whether or not they are loaded dynamically or compiled into the binary and would use whatever is the canonical source code for the handler
* when we need to use some other source code for the native handler (such as an alternative Rust version of a Go handler), there should be some "replace" directive mechanism in the native VM to redirect the handler ID to a different implementation
* for native or Wasm handlers, the `handler_id` is the fully qualified Go or Rust package path + type name

## Encoding

0 comments on commit caa0f08

Please sign in to comment.