Releases: Tolc-Software/frontend.wasm
Releases · Tolc-Software/frontend.wasm
v0.6.0
v0.5.1
v0.5.0
v0.4.5
v0.4.4
v0.4.3
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
v0.4.1
v0.4.0
News
Documentation
- Improved the introduction documentation to onboard users on how to use
Emscripten
on all supported platforms
Internal
- Move namespaces around so it doesn't cause linker errors when linking to other frontends
- Functionality concerning pybind is now under the Embind namespace
- Middle layer objects, previously under EmbindProxy, are now Embind::Proxy