|
|
|
|
|
by tapirl
2748 days ago
|
|
What's the performance difference from a pure JavaScript version? Recently, I made a particle game which originally planned to be implemented with WASM. However, I decided to implement it with pure JS firstly. The result is some surprising that the JS version runs so smoothly that I think a WASM version is not essential any more. |
|