I get no errors loading the version of DynamicBindings from the Kom pkg into Pharo (unlike the Squeak problems) so that is good. But ...
ByteString was missing
>>isoToSqueak
>> utf8ToIso
so I added stubs to return self.
I had to fix several incompatiblities in HV2 SwikiFormatter
All were based on assigning to a block parameter rather than creating a local from the block parameter ... so they fixed easily (at least to compile OK)
So ... finally have HttpView2 running and responding in Pharo except for the Painter example in HelloWorld ( in my Curl variant on Squeak 3.10.2 I coded my own Painter class to work in a Canvas )