Y
Hacker News
new
|
ask
|
show
|
jobs
by
madarco
1293 days ago
But it supported progressive loading. You could load only the first level and then load the next on-demand
1 comments
viraptor
1292 days ago
You can still do that with wasm by splitting the code. You need to loop through js to connect them, but for things like levels, you can likely do that or just memcpy between those environments.
link