dhermes / bossylobster-blog

Content, Settings and Build for my Blog
Apache License 2.0
2 stars 3 forks source link

The "Runtime Bundle Problem" #73

Open dhermes opened 5 years ago

dhermes commented 5 years ago

Golang, Python, Ruby, C#, etc. have an issue when compiling to wasm as a target: they all have a massive runtime

I believe Brian Ketelsen had a Hacker News top post where he mentions this for Golang.

Similarly, the Blazor project for C# makes a bit of an attempt.

I think it's a good discussion worth having.