zathras / misc

Miscellaneous small-ish bits of code, mostly for my own use, but you're welcome to it.
MIT License
2 stars 3 forks source link

Doesn't work with Wasm, pointycastle is the problem #5

Open sgehrman opened 4 days ago

sgehrman commented 4 days ago

│ ├── jovial_svg 1.1.23 │ │ ├── jovial_misc 0.8.5 │ │ │ ├── pointycastle 3.9.1 │ │ │ │ ├── js 0.7.1 │ │ │ │ ├── collection... │ │ │ │ └── convert...

zathras commented 2 days ago

Could you expand on this, please? I'm not using the WASM runtime, which AFAIK isn't quite ready for primetime yet.

Is this a problem that's likely to be resolved soon in pointycastle? Or maybe it already is, by a newer version of pointycastle? Or is it likely to be resolved soon by improvements in Dart's WASM implementation? Also, why is this a problem -- is there something else that otherwise works with WASM that fails here for only this reason?

zathras commented 2 days ago

A link to https://github.com/bcgit/pc-dart/issues/248 is helpful!