|
|
|
|
|
by inferiorhuman
2805 days ago
|
|
I may be in the minority then: one of the big advantages, for me, of WASM is that I can use not-Javascript in the browser. Some of the issues I have with JS are an artifact of being one of the first things to run in the browser (e.g. atrocious standard library) and some are just baked in poor designs (e.g. implicit type casting, == vs ===). Oh gosh, let's not forget what happens when you try to use map and parseInt together. |
|
Returns
[1,2,3,4,5,6,7,8,9,10]