01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
493 stars 35 forks source link

Move stdlib to common #58

Closed MaxGraey closed 7 years ago

winksaville commented 7 years ago

You referred to it as stdlib, should it be in a dir called stdlib?

MaxGraey commented 7 years ago

It's need to move forward and exclude runtime.js and wrapper.js from library.

winksaville commented 7 years ago

I corrected my previous statement, so maybe you misunderstood. I'm suggesting rather than being called common the directory should be called stdlib?

nidin commented 7 years ago

@winksaville we will refactor stdlib later, now "common" contains common library source code for asm.js and WASM.

winksaville commented 7 years ago

SG