Hacker News new | ask | show | jobs
by neandrake 2545 days ago
I work with DICOM pretty regularly and it's cool to see new implementations of parsers popping up. I've recently been toying with an implementation in rust with a goal of eventually compiling to web assembly. I've not learned golang but exploring this implementation is a fun experience since having recently been digging into the dicom standard.
2 comments

Go v1.11+ compiles to WebAssembly https://github.com/golang/go/wiki/WebAssembly
Thanks, that sounds awesome. Rust seems like an interesting language, haven't really had the chance to dive too deep into it recently though. Go programs can also compile down to webassembly, so looking forward to playing with that as well!