From caa0f08e956ccb8c9264775be7db1cb31d282148 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Mon, 14 Oct 2024 10:36:33 -0400 Subject: [PATCH] design doc updates --- rust/DESIGN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/DESIGN.md b/rust/DESIGN.md index 6b0fc8f75e03..a29959439679 100644 --- a/rust/DESIGN.md +++ b/rust/DESIGN.md @@ -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 \ No newline at end of file