Generating feature metadata

This commit is contained in:
Jake Archibald
2020-09-29 17:56:19 +01:00
parent db2d6f4ca6
commit 7836d7e97c
16 changed files with 332 additions and 143 deletions

View File

@@ -10,10 +10,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import mozjpeg_enc, {
MozJPEGModule,
EncodeOptions,
} from 'codecs/mozjpeg_enc/mozjpeg_enc';
import mozjpeg_enc, { MozJPEGModule } from 'codecs/mozjpeg_enc/mozjpeg_enc';
import { EncodeOptions } from '../shared/meta';
import wasmUrl from 'url:codecs/mozjpeg_enc/mozjpeg_enc.wasm';
import { initEmscriptenModule } from 'features/util';