Bundle - web-mobile

I am working on a new project. For optimization and fast loading i am trying to integrate the bundle concept in my project.

I am using “Wasm” for Bundle Mode Of Native Code

image

Question 1 :- Why Gzip / zip is not available under compression type?

Question 2:-

Since i am using
bundle.load(). Will this is sufficient for improvement. If I apply Gzip then all network request will load asset of type Gzip. Do we need to write a rapper to first convert to Gzip and then apply any uncompressing?

@pandamicro

Please suggest. I took reference from this post
.

@Luthazal