[Service][Builtin] Stop function of wasm-builder 09/237009/12
authorDongHyun Song <dh81.song@samsung.com>
Mon, 6 Jul 2020 02:23:40 +0000 (11:23 +0900)
committerSangYong Park <sy302.park@samsung.com>
Fri, 10 Jul 2020 01:47:36 +0000 (01:47 +0000)
commitaa30c573a035f755393c974997d35fb4a854f80f
tree476cb831d89f322c6fc49e93ec3e2055f36921fd
parent763bece96c6014f8920206e2950ea4f36694c982
[Service][Builtin] Stop function of wasm-builder

wasm-builder builtin service is starting when an application, which has
'wasm.caching.support' metadata, is installed. But if a user try to
launch the application as soon as its installation done, both wasm cache
buillding of builtin service and UI application are able to overlap by
its wasm compiling time.
Thus, builtin service has to be stopped when UI application is starting.

Related chromium-efl patch:
  https://review.tizen.org/gerrit/237014/

Change-Id: Ieff3fcf529cc3f2b72ad5d921d16cee6b278092c
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/service/builtins/builtin_handler.ts [new file with mode: 0644]
wrt_app/service/builtins/wasm_builder.ts
wrt_app/service/main.ts