summaryrefslogtreecommitdiff
path: root/cli/tests/055_import_wasm_via_network.ts.out
AgeCommit message (Collapse)Author
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
Importing .wasm files is non-standardized therefore deciding to support current functionality past 1.0 release is risky. Besides that .wasm import posed many challenges in our codebase due to complex interactions with TS compiler which spawned thread for each encountered .wasm import. This commit removes: - cli/compilers/wasm.rs - cli/compilers/wasm_wrap.js - two integration tests related to .wasm imports
2020-03-24console: replace object abbreviation with line breaking (#4425)Michał Sabiniarz
2020-03-16console: Symbol.toStringTag and display Object symbol entries (#4388)Kevin (Kun) "Kassimo" Qian
2020-03-06Add content type for wasm, fix encoding in wasm test fixture (#4269)Aurélien Bertron
2020-02-04Do not encode files loaded from network as utf8 (#3856)Tilman Roeder