Skip to content

Releases: Tolc-Software/frontend.wasm

v0.2.0

22 Feb 22:53
Compare
Choose a tag to compare

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

22 Feb 22:53
Compare
Choose a tag to compare

This release gets updated on each commit to main