feat(dwn): update enclave wasm plugin for secure operations

This commit is contained in:
Prad Nukala
2025-10-21 12:04:26 -04:00
parent 782a93bae0
commit e3e6b4c918
8 changed files with 17 additions and 21 deletions
+1
View File
@@ -0,0 +1 @@
!enclave.wasm
+1 -1
View File
@@ -17,7 +17,7 @@ import (
// motrPluginBytes contains the embedded WebAssembly bytecode for the cryptographic enclave.
// This is embedded at compile time and loaded into the WASM runtime for secure operations.
//
//go:embed vault.wasm
//go:embed enclave.wasm
var motrPluginBytes []byte
// motrPluginHash is the SHA256 hash of the embedded WASM module
Binary file not shown.