@@ -13,15 +13,16 @@ default = []
1313[dependencies ]
1414wasmi-impl = { path = " ../wasmi-impl" }
1515wasmi = { version = " 0.11.0" , default-features = false }
16+ serde-json-wasm = " 0.3.2"
1617
1718[target .'cfg(not(target_env = "sgx"))' .dependencies ] # You can remove what you don't need, except types and tstd
18- sgx_types = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
19- sgx_tstd = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , features = [" backtrace" ] }
20- sgx_tcrypto = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
21- sgx_trts = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
22- sgx_tseal = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
23- sgx_serialize = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
24- sgx_alloc = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
25- sgx_libc = { git = " https://github.com/apache/teaclave-sgx-sdk.git" }
19+ sgx_types = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
20+ sgx_tstd = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , features = [" backtrace" ], rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
21+ sgx_tcrypto = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
22+ sgx_trts = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
23+ sgx_tseal = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
24+ sgx_serialize = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
25+ sgx_alloc = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
26+ sgx_libc = { git = " https://github.com/apache/teaclave-sgx-sdk.git" , rev = " e8a9fc22939befa27ff67f5509b2c2dfe8499945 " }
2627
2728[patch .'https://github .com/apache/teaclave-sgx-sdk .git' ]
0 commit comments