Y
Hacker News
new
|
ask
|
show
|
jobs
by
lukasm
4499 days ago
compile roslyn to js. Don't really need server here do you?
1 comments
sunnya
4499 days ago
I didn't know that was possible. Even if you can compile Roslyn to JS to run on the client, you still need to compile most parts of the BCL as well, or else you still need to make a server call.
link
lukasm
4499 days ago
Sure. You may try compile IL to js
http://jsil.org/
link
mattmanser
4499 days ago
Marvel at convoluted error messages! (JSIL is still in development. You will hit bugs)
link