[GitHub] [incubator-tvm] kazum commented on a change in pull request #5506: [WEB][RUNTIME] TVM WebAssembly JS Runtime

2020-05-07 Thread GitBox
kazum commented on a change in pull request #5506: URL: https://github.com/apache/incubator-tvm/pull/5506#discussion_r421347977 ## File path: web/src/rpc_server.ts ## @@ -0,0 +1,379 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [incubator-tvm] kazum commented on a change in pull request #5506: [WEB][RUNTIME] TVM WebAssembly JS Runtime

2020-05-07 Thread GitBox
kazum commented on a change in pull request #5506: URL: https://github.com/apache/incubator-tvm/pull/5506#discussion_r421331174 ## File path: python/tvm/contrib/emcc.py ## @@ -44,25 +42,25 @@ def create_js(output, The compile string. """ cmd = [cc] -cmd