victortanjh
victortanjh
sorry, I still do not know how to do. Now, in my app, the libvmlib.a is linked, and I use wasm_runtime_call_wasm function to call the function in AssemblyScript. Can I...
ok. Thank you very much.
Thank you! I followed the #510 . This is my abort wrapper function: void AbortWrapper(wasm_exec_env_t exec_env, char *msg, char *fileName, uint32_t lineNumber, uint32_t columnNumber) { LogInfof("enter AbortWrapper"); wasm_module_inst_t module_inst =...
Thank you! the definition of abort in AssemblyScript is: // @ts-ignore: decorator @external("env", "abort") declare function abort( message?: string | null, fileName?: string | null, lineNumber?: u32, columnNumber?: u32 ):...
there is another exception: find block address failed. I find this exception is related to compilation option:-DWAMR_BUILD_INTERP=1. If I remove this compilation option, both exception:"unreachable" and "find block address failed"...
好的,感谢。主要是做基于SM2+SM3的签名和验签。因为签名之前,有一个id的hash计算过程,开始没有找到直接的实现接口。 刚刚又看了一遍帮助文档,发现了BabaSSL中封装了EVP_PKEY_CTX_set1_id,应该是这个吧?
请问这个问题解决了吗?我也遇到同样的问题。这边生成的证书,使用gmssl做证书验证,报和你同样的错误。 但也不是每本证书都出错,做个几百次,就会有一对CA和Ca签发的子证书验证不过。