Hermet Park
3f05489b80
infra wasm: update the build script.
...
Disable the log in default for outside users.
we gonna turn it on manually for the lottie viewer
2023-08-17 23:03:37 +09:00
Hermet Park
da1b036e4f
loader lottie: -- beta tag.
...
Now, it's quite workable. Include it in our default integration test suite.
2023-08-07 10:56:35 +09:00
Hermet Park
052cfea4b1
binding wasm: tag it as beta version.
...
wasm interfaces are fragile now.
we dont'guarantee compatibility yet.
2023-08-04 15:09:28 +09:00
Hermet Park
3eca77b280
infra wasm: remove useless wasm test.
...
the test hasn't been maintained properly,
and we won't be maintaining it anymore.
please use thorvg.viewer intead. it's much more accurate.
2023-08-04 15:09:28 +09:00
Hermet Park
6ab32cae0b
infra wasm: migrate wasm into bindings.
2023-08-04 15:09:28 +09:00
Hermet Park
1267a9d718
infra wasm: update the build script.
...
revise the compile options to optmize the binary size.
also remove all compile warnings.
size: 552616 -> 446847
2023-08-04 15:09:28 +09:00
Hermet Park
5325ebcba5
infra wasm: up-to-date wasm build
2023-07-29 16:50:27 +09:00
Hermet Park
4d62108d81
update wasm build script
...
remove the deprecations and warnings.
2021-11-02 19:53:08 +09:00
Hermet Park
2ceee70fcf
wasm: turn off the vectorization.
...
We can visit this feature later when it's stable.
2021-08-20 12:33:18 +09:00
Shinwoo Kim
e9772efbd1
wasm: work with log option
...
The wasm is using the ThorVG output starting whith "SVG:" to show
unsupported element and attribute of svg file.
This patch updates wasm_build.sh to make ThorVG prints log,
and removes build errors.
- Following commit needs to include 'algorithm'
1ed6113
common sw_engine: code refactoring & stabilizing.
- Following commit needs to include 'string'
5481633
svg_loader XmlParser: Print unsupported elements, ...
2020-12-15 17:38:22 +09:00
Shinwoo Kim
0c68c45ef7
thorvg viewer: introduce thorvg viewer
...
Support Emscripten wasm build for thorvg viewer
2020-10-13 19:04:46 +09:00