mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
6 lines
278 B
Markdown
6 lines
278 B
Markdown
|
# Examples of evidence verification without Intel SGX
|
||
|
Intel SGX evidence generated using WAMR can be validated on trusted plaforms without Intel SGX, or an Intel processors.
|
||
|
|
||
|
## Using C#
|
||
|
The sample [csharp/](csharp/) demonstrates such validation using C# as a managed language.
|