github rustwasm/wasm-bindgen 0.2.46

latest releases: 0.2.92, 0.2.91, 0.2.90...
4 years ago

Changes:

  • 9cac16f Merge pull request #1596 from alexcrichton/bump
  • 8fc0a38 Bump to 0.2.46
  • 83a3f5d Run cargo fmt --all
  • 3aa803c Merge pull request #1380 from alexcrichton/rayon-example
  • eafc602 Rewrite the parallel raytracing example with rayon
  • f027bb2 Merge pull request #1593 from vmx/patch-1
  • 5c79298 guide: fix typo in rust-type-conversions.md
  • 1c558fa Merge pull request #1592 from alexcrichton/explicit-self
  • 80c75df Merge pull request #1590 from alexcrichton/intrinsics
  • 754328b Merge pull request #1589 from alexcrichton/clamped
See more
  • c0df37b Merge pull request #1588 from alexcrichton/exnptr
  • afbd7d3 Include self-pointer in Function descriptions
  • ce4cc31 Correct some intrinsic signatures
  • 621fc9c Remove the Clamped descriptor type
  • 6796bc6 Communicate exceptions through global memory
  • 535aa31 Attempt to fix compilation issues on CI
  • c3e0edd Merge pull request #1586 from alexcrichton/no-web-sys
  • a772654 Merge pull request #1579 from ibaryshnikov/default-init-module
  • 5cf8224 Make env_logger an optional dependency [ #1580 ]
  • 2e05b62 Merge pull request #1583 from Pauan/asref
  • b205045 Adding in AsRef impl for all wasm_bindgen types
  • 8ace828 added default module path inside init function when target is web
  • 96d333a Merge pull request #1577 from c410-f3r/getters-setters-ts
  • e7e8ae1 Fix getter and setter
  • cf2a42c Merge pull request #1566 from alexcrichton/webidl-bindings-refactor-1
  • e24c031 Attempt to fix CI
  • 59e773f Update walrus
  • bf1a31e Don't generate a free function shim for classes
  • 6e8c3e8 Directly import __wrap functions if possible
  • c22b907 Touch up some comments
  • ee426c0 Ensure that generated JS is deterministic
  • cfd3e04 Split symbol intrinsics into two
  • 6f727d7 Refactor the module name slightly in gen_init
  • 4eafaea Handle the function table export on-demand
  • 7120968 Use unwrap_call instead of an explicit match
  • c7021ba Update crates/cli-support/src/js/mod.rs
  • 3b5e3ed Fix anyref closure transformations
  • b51df39 Reimplement anyref processing and passes
  • 55fc536 Fix a typo in the JsvalEq intrinsic
  • cbd4b87 Fix handling imported memories
  • 81fbc64 Don't pass strings in raytrace-parallel example
  • b4c395b Fix an inverted condition for catch_and_throw
  • edd1469 Include docs in generated JS getters/setters
  • 164712c Temporarily ignore intentionally failing test
  • cba1e70 Fix TypeScript output for fields
  • ff0a50e Fix failing interpreter tests
  • 346868f Fix a failing CLI test
  • 22b26db Use delete_typed to improve some ergonomics
  • e8e84a3 Remove __exports map on the web target
  • 3e28e6e Fix web, no-modules, and bundler output types
  • 68c5233 First refactor for WebIDL bindings
  • b11b6df Merge pull request #1573 from not-an-aardvark/implement-flat-and-flatmap [ #1454 ]
  • 5c5c13c Add Array#flat and Array#flatMap to js-sys (fixes #1454)
  • 6ac61b5 Merge pull request #1572 from alexcrichton/dictionary-fields
  • 117928f Add doc comments to web-sys dictionaries/fields
  • 877c31c web-sys: Don't remove dictionaries if required fields are removed
  • 618b5d3 Merge pull request #1571 from alexcrichton/less-warnings
  • 82467f9 Use dyn with all trait objects
  • f3adee7 Squash warnings about unused variables
  • c876bd6 Merge pull request #1570 from DiamondLovesYou/master
  • 9884c79 Merge pull request #1546 from ibaryshnikov/websockets-example
  • cbedf0b added websockets example to the guide
  • e16bb9c exclude websockets from being built using npm
  • 6825da3 added websockets example
  • 03218d9 Support 8 argument closures.
  • ad68436 Looks like webassembly-js-api package no longer needed! [ #1565 ]
  • 2d13589 Merge pull request #1561 from xtuc/chore-upgrade-wasm-pack-plugin
  • 546f65e chore: bump again
  • e65791d fix: remove css modification
  • f63238e chore: update wasm-pack-plugin to 0.4.1
  • cd724cb Merge pull request #1560 from devsnek/clean/linting
  • 2cc40a2 Run fmt and clippy
  • dfcaabc Merge pull request #1557 from devsnek/new-weakref
  • 2a665a9 Fix compile errors on nightly
  • 39b5f18 Fix a warning
  • 2d22fa4 Merge pull request #1556 from noelyoo/fix-docs-link
  • 66ade77 Rewrite weakrefs to use current proposal
  • f3ec734 docs: update docs link
  • 62b313d Fix README's badges
  • c7b41d0 Add standard WG header to README
  • 6f8de17 Merge pull request #1553 from fitzgen/guide-serde-wasm-bindgen
  • 2a896db Also mention that serde-wasm-bindgen supports more types than JSON does
  • 90f1866 Add note to the guide about serde-wasm-bindgen
  • 5233139 Update README.md sample code to 2018 edition
  • 9b04fe9 Merge pull request #1545 from infinity0/master [ lang/rust#58516 ]
  • 81fb2d9 Work around rust-lang/rust#58516
  • bc5f73e Merge pull request #1550 from alexcrichton/more-better-errors
  • b96186e Merge pull request #1549 from alexcrichton/bump
  • 2cbb8b8 Improve diagnostics with missing trait implementations [ #1528 ]
  • a02d210 Catch more errors on non-wasm32 platforms [ #1528 ]
  • 137bbdf Bump to 0.2.45
  • f23b867 Merge pull request #1544 from ibaryshnikov/master
  • a68cdc5 Add a test that Callback::forget works
  • 4049803 Merge pull request #1548 from lzubiaur/fix-heap-closure-example
  • c043a95 Fix closure example compilation errors
  • 8057386 expose forget to wasm
  • 0cbdea5 Merge pull request #1542 from fitzgen/update-walrus
  • d422436 Update dependencies and use new walrus custom sections APIs
  • fb42e47 Merge pull request #1541 from RReverser/rm-wasm-bindgen-test-unsafe
  • cce12bf Remove unsafe from #[wasm_bindgen_test] output [ #1540 ]
  • 3e6d89f Merge pull request #1539 from dakom/master
  • ae2aba0 whitelist uniforms with Int32List
  • 0d895dd Fix version title in the CHANGELOG.md
  • 40ec810 Merge pull request #1537 from lqd/weedle-0.9
  • ca00081 Update weedle to version 0.9

This list of changes was auto generated.

Don't miss a new wasm-bindgen release

NewReleases is sending notifications on new releases.