js-runtime: Support js functions in zig.readObject

This commit is contained in:
iddev5 2022-07-07 23:54:34 +05:30 committed by Stephen Gutekanst
parent e67fdd75e3
commit c587350c71

View file

@ -172,6 +172,7 @@ const zig = {
readObject(block, memory) {
switch (block.getU8(0)) {
case 0:
case 6:
case 7:
return values[block.getU64(8)];
break;