You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/26 13:51:10 UTC

[GitHub] [tvm] tqchen commented on issue #7734: [Bug][Web] tvmjs runtime error when loading, missing "runtime.SystemLib"

tqchen commented on issue #7734:
URL: https://github.com/apache/tvm/issues/7734#issuecomment-808235720


   Thanks @majercakdavid  Please make sure that wasm_runtime tvmjs_support are linked in your wasm. It is interesting that the partcular function is not registered, as it is done in https://github.com/apache/tvm/blob/main/src/runtime/system_library.cc#L71
   
   as part of here https://github.com/apache/tvm/blob/main/web/emcc/wasm_runtime.cc#L53
   
   I checked with the nodejs testcase and it seems to run fine(and the function is available). If you can try to confirm in a node env we can look further.
   
   The community uses https://discuss.tvm.apache.org/ for general trouble shooting, we can followup there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org