Skip to content

v0.4.2

Compare
Choose a tag to compare
@srydell srydell released this 08 Mar 10:14
· 13 commits to main since this release

News

Bindings

  • Made the bindings much easier to read:

    • Fixed indentation within the generated prejs
    • Removed excessive spacing when using many namespaces
  • Renamed the bindings file to {library_name}_wasm.cpp instead of {library_name}.cpp

    • Ex: MyCppLibrary.cpp -> MyCppLibrary_wasm.cpp
    • Note that this has little impact as this is handled internally by the CMake wrapper for Tolc

Full Changelog: v0.4.1...v0.4.2