File tree Expand file tree Collapse file tree 2 files changed +103
-169
lines changed Expand file tree Collapse file tree 2 files changed +103
-169
lines changed Original file line number Diff line number Diff line change 18
18
namespace proxy_wasm {
19
19
namespace WasmEdge {
20
20
21
- using WasmEdgeStorePtr =
22
- common::CSmartPtr<WasmEdge_StoreContext, WasmEdge_StoreDelete>;
21
+ using WasmEdgeStorePtr = common::CSmartPtr<WasmEdge_StoreContext, WasmEdge_StoreDelete>;
23
22
using WasmEdgeVMPtr = common::CSmartPtr<WasmEdge_VMContext, WasmEdge_VMDelete>;
24
- using WasmEdgeLoaderPtr =
25
- common::CSmartPtr<WasmEdge_LoaderContext, WasmEdge_LoaderDelete>;
26
- using WasmEdgeValidatorPtr =
27
- common::CSmartPtr<WasmEdge_ValidatorContext, WasmEdge_ValidatorDelete>;
23
+ using WasmEdgeLoaderPtr = common::CSmartPtr<WasmEdge_LoaderContext, WasmEdge_LoaderDelete>;
24
+ using WasmEdgeValidatorPtr = common::CSmartPtr<WasmEdge_ValidatorContext, WasmEdge_ValidatorDelete>;
28
25
using WasmEdgeInterpreterPtr =
29
26
common::CSmartPtr<WasmEdge_InterpreterContext, WasmEdge_InterpreterDelete>;
30
- using WasmEdgeASTModulePtr =
31
- common::CSmartPtr<WasmEdge_ASTModuleContext, WasmEdge_ASTModuleDelete>;
27
+ using WasmEdgeASTModulePtr = common::CSmartPtr<WasmEdge_ASTModuleContext, WasmEdge_ASTModuleDelete>;
32
28
33
29
} // namespace WasmEdge
34
30
} // namespace proxy_wasm
You can’t perform that action at this time.
0 commit comments