rust-wasm-experiments
rust-wasm-experiments copied to clipboard
Discover how to use Rust to generate WebAssembly, called by JavaScript
Bumps [serve](https://github.com/zeit/serve) from 10.1.1 to 10.1.2. Release notes Sourced from serve's releases. 10.1.2 Patches Use os.networkInterfaces() to detect network address: #492 Bumped serve-handler to latest version: #505 Credits Huge thanks...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Notes: Currently: ``` rustc --version -v rustc 1.32.0-nightly (400c2bc5e 2018-11-27) binary: rustc commit-hash: 400c2bc5ed292f77c49693320f4eda37bb375e90 commit-date: 2018-11-27 host: x86_64-apple-darwin release: 1.32.0-nightly LLVM version: 8.0 ``` ``` rustup -V rustup 1.14.0 (...