Changes:
- 906ac15 Merge pull request #1722 from alexcrichton/bump
- e08ea46 Fix UI test for beta
- c1d4fdd Bump to 0.2.49
- 603d574 Merge pull request #1717 from alexcrichton/walrus-update
- aace8ce Move table export to the anyref pass [ #1704 ]
- ad34fa2 Update with list IR from
walrus
- 8775f9b Merge pull request #1720 from alexcrichton/update-syn
- 45b4390 Upgrade to syn/quote 1.0
- 1d0c333 Run
cargo fmt
over all code - 3697fb7 Merge pull request #1716 from najamelan/fix/futures-preview-0.3.0-alpha.18
See more
- 9f7afa8 Update to work with futures-preview 0.3.0-alpha.18
- bb6c013 Update sccache again
- 67e858e Merge pull request #1638 from ThomasdenH/master
- 8b99fdc Add truthy_falsy tests to main.rs
- 49acddf Merge pull request #1710 from UnHumbleBen/patch-1
- 50683f0 Removed unnecessary dereference in Store::find
- 0ab6956 Merge pull request #1709 from UnHumbleBen/patch-1
- af922fb Fixup styling in sync_local_storage
- 640c807 Merge pull request #1707 from UnHumbleBen/patch-1
- fffcc5e Makes code clearing by providing code symmetry.
- 09b37b4 Removed unnecessary and confusing clone of String
- cbab8a1 Merge pull request #1704 from alexcrichton/skip-anyref
- ba0c6a9 Fix anyref table export in empty modules
- 9314873 Upgrade sccache
- 0dbf429 Merge pull request #1702 from UnHumbleBen/patch-2
- c7180dd Merge pull request #1699 from UnHumbleBen/patch-1
- f76ec9e Merge pull request #1703 from Kirguir/parse_client_args
- b60ed2e Add parse a env args to invocation the browser
- 89067c1 Updated description for single closure
- af4622f Fixes description of Closure lifetime in comments.
- b978531 Use idiomatic syntax of Rc::clone()
- 732b691 Merge pull request #1690 from alexcrichton/webidl-polyfill
- 117fce1 Merge pull request #1692 from alexcrichton/fix-anyref-bugs
- adde6c2 Correct base calculation in anyref allocator
- 6cc7e3d Ensure the 0th slot of anyref table is
undefined
- 5aee2f9 Fix an off-by-one in anyref stack manipulation
- 6e3e9d2 Correctly hook up the anyref table initialization
- 36db788 Merge pull request #1689 from alexcrichton/direct-imports
- 2aac606 Support emitting direct imports in wasm files [ #1654, #1584 ]
- 452ce29 Add support as a vanilla polyfill of WebIDL bindings
- 38b8232 Merge pull request #1688 from alexcrichton/llvm-9-threads
- 8cb7924 Fully update threading support for LLVM 9
- 849c345 Merge pull request #1687 from alexcrichton/in-memory
- 8b01436 Merge pull request #1686 from alexcrichton/update-walrus
- 10e400b Add support to emit output to memory
- 7158144 Update to walrus 0.10.0
- 8940ba0 Merge pull request #1682 from alexcrichton/update-walrs
- 78db35d Merge pull request #1683 from alexcrichton/no-modules-lenient
- 423bebb Improve leniency of
--no-modules
output - 0daa290 Update to walrus 0.9.0
- 68a1519 Merge pull request #1612 from Pauan/cache
- 029b8ff Merge pull request #1675 from alexcrichton/llvm-9-threads
- 59af318 Fixing CI build error
- 7b6ef70 Adding in note to the intern docs
- aef62bd Adding in enable-interning to CI test suite
- f8da1e6 Fixing unsafe_get_str function
- 10ab4cb Fixing TypeScript types for cached strings
- 554ef90 Fixing issue with wasm-interpreter
- b9b8c20 Update 'threads-xform' for LLVM 9 [ #1631 ]
- efacd8b Merge pull request #1514 from ibaryshnikov/threadsafe-futures
- 55b486a Merge pull request #1673 from Pauan/web-sys-partial-eq
- c82253c Fixing doc test error
- ed778f5 Adding in PartialEq and Eq to web-sys types
- b13f757 Shared more betwee legacy with/without atomics
- be294c8 Remove a debugging statement
- c8451d6 Rename some files
- d590a9e Deduplicate
JsFuture
definitions - cde9684 Clean up atomics/futures + polyfill
- 366ed23 Adding in docs for intern
- 544ec49 Shifting the unsafe responsibility a bit
- ca15a59 Changing from uluru to HashMap
- 3177fa9 Minor doc fix
- 2405fad Shifting the unsafety guarantees around
- c3676bc Removing unneeded if statement
- 8572255 Making uluru optional
- adf21fe Removing unneeded size argument
- cc6ec86 Fixing compile errors
- 1723e9d More simplifications
- 1e4cac9 Simplifying the output
- 4e50465 Undoing some formatting
- fd88626 Fixing compile errors
- 2ee4c54 Changing to use WasmSlice for the caching
- f7e8e70 Fixing compile errors
- f28cfc2 Fixing some things for the cache
- 0359da2 Potential fix for OptionIntoWasmAbi?
- 0a61e12 Making interning manual
- 86a8842 Changing IntoWasmAbi to use interning
- 6767371 Initial interning implementation
- 9f77f8d Update parallel raytrace example to use futures
- d122bbc Emit a compiler error with futures 0.3 and atomics
- 2529bb0 Merge pull request #1670 from fitzgen/check-for-use-after-move-in-methods
- 02be369 removed AtomicBool from Waker struct
- 45d2c7c updated to the latest master
- cbaa1d3 added documentation comment for a stable version of wasm-bindgen-futures
- 6ab1a49 moved lib.rs to stable.rs in wasm-bindgen-futures, updated during review
- 221dc73 updated default timeout and wait_async signature in wasm-bindgen-futures
- 06c783d placed web-sys dependency behind a feature flag in wasm-bindgen-futures
- 16c6bdc moved threadsafe futures implementation to a separate file, made updates after review
- e466e1a moved threadsafe futures behind a flag
- 2fdfe79 added polyfill implementation in rust
- c01575c typo fixed in Atomics docs
- d1d3021 added polyfill for Atomics.wait and used it to notify futures
- 8fd5f4e Check for use-after-move in JS glue when
--debug
is enabled again [ #1669 ] - 1807de7 Merge pull request #1665 from ia0/getElementsByClassName
- 170ce68 Add missing Element::get_elements_by_* methods
- a48a0ae Merge pull request #1654 from fitzgen/no-import-shims
- 31ca527 Bump wasm-webidl-bindings dep to 0.1.2
- afb33e5 Assert that a bunch more function signatures don't require JS glue
- bce892b Add
#[wasm_bindgen(assert_no_shim)]
on imported functions for testing - 13b672a Merge pull request #1661 from alexcrichton/fix-nightly
- 4f86653 Fix parsing of
final
on Nightly Rust [ lang/rust#62628 ] - 2d0866d cli-support: rustfmt
- d5d3e46 cli-support: Skip generating JS shims for imports when unnecessary [ #1636 ]
- f2a4694 cli-support: Fix copy-pasted error message
- 21fe8dc cli-support: Fix typo in comment
- 0ee7236 Define is_truthy in terms of is_falsy
- e61f691 Add is_truthy, is_falsy
This list of changes was auto generated.