Currently CML defines a class pub struct BigInt
However, this is problematic because it generates code that conflicts with big BigInt built into JS itself (see here).
This name conflict is blocking us on CML integration into Paima: PaimaStudios/paima-engine#282
Currently CML defines a class
pub struct BigIntHowever, this is problematic because it generates code that conflicts with big
BigIntbuilt into JS itself (see here).This name conflict is blocking us on CML integration into Paima: PaimaStudios/paima-engine#282