Tobias Koppers
|
822c252a09
|
Merge branch 'master' into fix-wasm-check-for-invalid-signatures
# Conflicts:
# declarations.d.ts
# lib/wasm/WebAssemblyParser.js
# package.json
# yarn.lock
|
2018-06-04 13:33:26 +02:00 |
Tobias Koppers
|
e9195c40dc
|
Merge pull request #7466 from xtuc/fix-wasm-keep-imports
wasm: keep imports
|
2018-06-04 09:02:50 +02:00 |
Tobias Koppers
|
9a6d9c7a06
|
rename to externalExports
|
2018-06-02 18:00:22 +02:00 |
Tobias Koppers
|
1e4b1c7212
|
create correct init for float types
|
2018-06-02 17:57:58 +02:00 |
Tobias Koppers
|
1e4d2b7fe7
|
handle reexported wasm globals in JS wrapper code
|
2018-06-02 17:20:58 +02:00 |
Sven SAULEAU
|
8a6c722ca6
|
fix(wasm): keep imports
|
2018-06-02 15:51:26 +02:00 |
Sven SAULEAU
|
928d051aae
|
Merge remote-tracking branch 'upstream/master' into fix-wasm-check-for-invalid-signatures
|
2018-05-30 15:31:31 +02:00 |
Sven SAULEAU
|
fbd9d0d3a8
|
feat(wasm): add finalizer for checking exports
|
2018-05-30 12:45:05 +02:00 |
Tobias Koppers
|
53d26bfc96
|
merge rewriteGlobalsReferingImportedGlobals into rewriteImportedGlobals
|
2018-05-30 10:49:12 +02:00 |
Sven SAULEAU
|
23795ba666
|
fix(wasm): preserve global ordering
|
2018-05-29 14:52:29 +02:00 |
Sven SAULEAU
|
d6e9624c4a
|
Merge branch 'master' into feat-wasm-global-in-global-initilizer2
|
2018-05-29 14:24:26 +02:00 |
Sven SAULEAU
|
38604c3cb0
|
feat: WIP add global into runtime
|
2018-05-28 16:56:06 +02:00 |
Sven SAULEAU
|
fd4e84b36f
|
fix(wasm): correct initializer type for rewritten globals
|
2018-05-28 14:55:40 +02:00 |
Sven SAULEAU
|
6d8bc91a9b
|
feat: add missing preprocessing
|
2018-05-21 14:07:39 +02:00 |
Sven SAULEAU
|
d7d82b25d5
|
refactor : use AST utils
|
2018-05-16 13:22:46 +02:00 |
Tobias Koppers
|
22ec60434d
|
lint and type
|
2018-05-11 21:02:37 +02:00 |
Tobias Koppers
|
42c0214254
|
move common code into separate module
|
2018-05-11 21:02:36 +02:00 |
Tobias Koppers
|
cb3a0ed08c
|
enforce direct import when types are incompatible with JS types
|
2018-05-11 20:59:20 +02:00 |
Tobias Koppers
|
fb29d633db
|
Mangle import names and module requests
|
2018-05-11 20:57:19 +02:00 |
Tobias Koppers
|
f903cd3ef9
|
mangle exports of wasm modules
mangle webpack init function
store WebAssembly.Instance.exports directly
connect wasm modules directly when already cached
|
2018-05-11 20:57:18 +02:00 |
Tobias Koppers
|
e2c8f3d501
|
remove passing AST, redecode AST in Generator
|
2018-05-11 16:46:33 +02:00 |
Tobias Koppers
|
85ef634389
|
remove _ast variable, add WeakMap
|
2018-05-10 20:19:30 +02:00 |
Sven SAULEAU
|
d72f7c6b1c
|
feat: store wasm ast on the module
|
2018-05-09 17:47:05 +02:00 |
Sven SAULEAU
|
d491fdc786
|
feat: uses new APIs
|
2018-05-09 17:40:38 +02:00 |
Tobias Koppers
|
f2ad440de8
|
More strict linting of jsdocs
Use TODO over any when type is possible
|
2018-05-08 14:53:33 +02:00 |
Sven SAULEAU
|
42379540f8
|
fix(wasm): correct exported func index
|
2018-05-07 09:49:14 +02:00 |
Sven SAULEAU
|
3ade8a0a6f
|
fix(wasm): ignore code section in generator
|
2018-05-04 18:57:38 +02:00 |
Sven SAULEAU
|
9cc4ebb8d8
|
fix: generation and bump dep
|
2018-05-04 15:39:26 +02:00 |
Tobias Koppers
|
81873932cb
|
pretty
|
2018-04-30 07:29:53 +02:00 |
Tobias Koppers
|
2be62688c5
|
update for breaking change in dependency
|
2018-04-29 21:06:59 +02:00 |
Tobias Koppers
|
82a71be1dc
|
Cleanup, refactoring, types
|
2018-04-27 18:53:07 +02:00 |