Wafis Web Framework

August 20, 2022

wafis framework

Wafis (webassembly framework integrated system) is a front-end web framework that works with react TSX style components with webassembly integrated into it. This is the command line interface tool to create projects, add components and more features that are listed below.

Important & News


This is in a pre-alpha stage of development! as of 8/20/22, this framework has a few features working, but most of the features are broken or not even implemented.


Features implemented:


  • TSX components
  • building the typescript and components to the website.
  • custom tag rendering
  • assembly script functionality (not full implementation into the build command)


Future Features:


  • C++ emscripten & dependency package system based on napa
  • rust & web-pack for rust wasm modules
  • services (api calls to a server)
  • CSS encapsulation per component
  • main configuration file (features, build config, linting, etc.)
  • better tests (cypress)
  • data-attributes, and classes to custom tags
  • Directive like features (link angular)