mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 06:51:34 +00:00
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:
@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user