From e37db7638bdf0b94cf003958d3b27974141e66fd Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 13 Feb 2015 12:33:10 +0000 Subject: [PATCH] Additional bonus task for JS backend. --- GSoC-2015-Ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GSoC-2015-Ideas.md b/GSoC-2015-Ideas.md index db4fb46..f4df651 100644 --- a/GSoC-2015-Ideas.md +++ b/GSoC-2015-Ideas.md @@ -109,6 +109,7 @@ with learning about Nim compiler internals. **Bonus points:** * Speed up the JavaScript backend by targetting `asm.js` + * Write a library for communication between client-side Nim (compiled to JavaScript) and server-side Nim (compile to C). **Difficulty:** Medium