Releases: Tolc-Software/frontend.wasm
Releases · Tolc-Software/frontend.wasm
v0.2.0
News
Initial release!
Features
- Support automatic conversion to Wasm bindings for the following from C++ (see docs/public/conversions.md for more info):
- Namespace
- Nested namespace
- Class
- Public function
- Private function
- Static member function
- Static member variable
- Public const member variable
- Public non const member variable
- Private member variable
- Global variable
- Global static variable
- Free function
- Overloaded function
- Enum
- Scoped enum
- Templated class/function
- Specialized class template
- Specialized function template
See docs/public/examples.md for examples on how to use all of the above
Latest release from main
This release gets updated on each commit to main