fennec
fennec copied to clipboard
wessembly support
There are currently very few frameworks like yew that support building web application as web assembly.The web assembly is bound to take over in near future. If we (Fennec) could add support to build wasm(wasi) backend in dart.That could help in attracting more developers.
hey, thank you for opening an issue. do you have experiences about assembly ? then we can start to add it.
some work is being one on the dart sdk side to support it which can be tracked here : https://github.com/dart-lang/sdk/issues/32894 and https://github.com/dart-lang/sdk/blob/main/pkg/dart2wasm/dart2wasm.md. I haven't played enough with it yet actually.