v0.4.2
News
Bindings
-
Made the bindings much easier to read:
- Fixed indentation within the generated
prejs
- Removed excessive spacing when using many namespaces
- Fixed indentation within the generated
-
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 forTolc
- Ex:
Full Changelog: v0.4.1...v0.4.2