thorvg/src/bindings/wasm
Hermet Park d6fffd13c2 api: revise the engine initializer for the 1.0 release.
This change introduces the CanvasEngine::All type to automatically
initialize the engines available on the current system.

These revisions improve the usability of these APIs.

Addtions:
- enum class CanvasEngine::All

Modifications:
- Result Initializer::init(CanvasEngine engine, uint32_t threads) ->
Result Initializer::init(uint32_t threads, CanvasEngine engine = tvg::CanvasEngine::All)
2023-10-30 11:48:02 +09:00
..
meson.build infra wasm: migrate wasm into bindings. 2023-08-04 15:09:28 +09:00
tvgWasm.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00