|
|
|
|
|
by corbezzoli
1003 days ago
|
|
1. WASM is non-JavaScript code, so it's unrelated to npm 2. Whatever dependency hell exists in the source language still exists at WASM compilation time 3. There will never be WASM frameworks because they're generally not the bottleneck. The closest to WASM framework was Cappuccino, which let you compose a whole application in a language close to Objective-C |
|
2. True, but compilers are generally better than transpilers.
3. Have you seen https://yew.rs/ ?