The writeBits builtin doesn't work properly in PlutusTx/Plinth because we need to be able to create built-in lists of booleans and integers, and there's no way of compiling those into Plutus Core at the moment. This blocks MLabs' use cases for the time being, although the Haskell versions will be usable and it should be simple to enable the PLC versions once the compiler is fixed.
The
writeBits
builtin doesn't work properly in PlutusTx/Plinth because we need to be able to create built-in lists of booleans and integers, and there's no way of compiling those into Plutus Core at the moment. This blocks MLabs' use cases for the time being, although the Haskell versions will be usable and it should be simple to enable the PLC versions once the compiler is fixed.