Implements wasm_builder built-in service 88/234288/10
authorDongHyun Song <dh81.song@samsung.com>
Mon, 25 May 2020 05:57:31 +0000 (14:57 +0900)
committerJuhyun Choi <honest.choi@samsung.com>
Wed, 27 May 2020 05:00:42 +0000 (14:00 +0900)
commita55d85b757e74b8a258d4e42ab43a4abccc87d0d
tree4e6ccc66cdac3e62bb67c142bd1224f003032d98
parent229111da19bf47e77a44b37957507cce8e58ec22
Implements wasm_builder built-in service

1. wasm_builder finds .wasm files based on given WebApp and call
   compileWasmForCaching.
2. compileWasmForCaching creates a cache file(compressed machine code).
3. If the cache is created succesfully, you may find the cache
   file, for example, as below. (Aware that this is one-line!)
   /home/owner/.cache/Apps/WebAppsCache/IBcZLx54d2.WasmCoITest
   /034bf102392fb62cb3d8c4bb4118cbed7df7731c.wasm_cache

Change-Id: I73247f28ef405068f6dd45005312b06621f67f2a
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
Signed-off-by: Juhyun Choi <honest.choi@samsung.com>
wrt_app/service/builtins/wasm_builder.js