tqchen commented on code in PR #17251:
URL: https://github.com/apache/tvm/pull/17251#discussion_r1706821288
##########
web/src/runtime.ts:
##########
@@ -2473,6 +2473,7 @@ export class Instance implements Disposable {
switch (tcode) {
case ArgTypeCode.Int:
case ArgTypeCode.UInt:
+ case ArgTypeCode.TVMArgBool:
return this.memory.loadI64(rvaluePtr);
Review Comment:
this would need to wait until https://github.com/apache/tvm/pull/17240, but
once the new bool type lands yes this would be the case
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]