Extract portable AS to its own definition and polyfill; Try running flatten/ssa before default optimizations, see WebAssembly/binaryen#1331

This commit is contained in:
dcodeIO
2017-12-08 19:08:03 +01:00
parent d6b94d4c33
commit 0ebb99a33c
23 changed files with 1515 additions and 1231 deletions

View File

@ -2,7 +2,7 @@ var path = require("path");
var webpack = require("webpack");
module.exports = {
entry: [ "./src/glue/js.ts", "./src/index.ts" ],
entry: [ "./src/glue/js.js", "./src/index.ts" ],
module: {
rules: [
{