Fennec-Framework / fennec

Fennec is a multi-threaded, robust Dart Server-Side Framework.
Apache License 2.0
44 stars 4 forks source link

wessembly support #11

Open sanathusk opened 1 year ago

sanathusk commented 1 year ago

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.

akram-95 commented 1 year ago

hey, thank you for opening an issue. do you have experiences about assembly ? then we can start to add it.

sanathusk commented 1 year ago

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.