takahirox/riscv-rust

Some debug commands of online demo don't work on iOS/Mac Safari

takahirox opened this issue · 0 comments

pc, reg, breakpoint, and mem debug commands don't work on iOS/Mac Safari.

Probably the root issue is they don't support BigInt

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility

Similar to BigUint64Array polyfill, we may need BigInt polyfill for them.