Releases: alexcrichton/wasm-bindgen
Releases · alexcrichton/wasm-bindgen
1.0.0
0.2.38: Merge pull request #1310 from alexcrichton/bump
Changes:
- 688bc29 Merge pull request rustwasm#1310 from alexcrichton/bump
- 86c6331 Fix a bug in azure pipelines config
- a659f27 Bump to 0.2.38
- 1116af4 Merge pull request rustwasm#1309 from dlrobertson/master
- fe604d4 Remove outdated badges
- 407f4e2 Merge pull request rustwasm#1308 from johnterickson/master
- 7ad5426 Update tests after nightly fix
- ea5e526 Add build badge for Azure Pipelines
- ba84db5 Merge pull request rustwasm#1281 from fitzgen/new-fn-once
- b5a8e98 Ensure we always use a node version with Array#values
See more
- 43a05d6 Do run doctests for wasm-bindgen
- 2ce57a7 Add support for FnOnce to Closure
- 1299a20 Merge pull request rustwasm#1307 from alexcrichton/fix-name
- dad0de4 Work around a nightly regression
- 1031d9d Work around rust-lang/rust#58853
- 5db467f Merge pull request rustwasm#1300 from rustwasm/azure-pipelines
- 9ac8a97 Fix name of "current thread ID" intrinsic
- 18440a5 Merge pull request rustwasm#1306 from alexcrichton/encode-into-shared
- 233525d Fix
passStringToWasm
with shared memory - c62f652 Merge pull request rustwasm#1304 from alexcrichton/fix-init
- da168dc Merge pull request rustwasm#1302 from tyleranton/export-comments-ts
- c4c0fea Fix a
__wbindgen_placeholder__
module leaking through [ rustwasm#1267 ] - 59825c6 Add doc comments export for typescript
- 377d75c Switch CI to Azure Pipelines
- cb432be Merge pull request rustwasm#1296 from rustwasm/dependabot/cargo/scoped-tls-1.0
- 4695573 Merge pull request rustwasm#1298 from LegNeato/fix_high_sierra
- 96d8dcf Merge pull request rustwasm#1299 from fitzgen/contraction-not-acronym
- e80b0cc Fix headless test runner on macOS High Sierra
- b3f7780 "Wasm" is a contraction, not an acronym
- 8606124 Merge pull request rustwasm#1279 from alexcrichton/encode-into
- 745b16e Add support for
TextEncoder#encodeInto
[ rustwasm#1172 ] - 7eb11a7 Update scoped-tls requirement from 0.1 to 1.0
- 6cabb07 Merge pull request rustwasm#1294 from tyleranton/fix-typo
- c40f4d0 Fix typo in Js Objects in Rust
- f3f709b Merge pull request rustwasm#1291 from limira/patch-1
- de3c852 [guide] Minor fix
- 5788e7d Merge pull request rustwasm#1285 from alexcrichton/tweak-docs
- b71f337 Tweak introductory and deployment documentation.
- 74a39ce Merge pull request rustwasm#1280 from alexcrichton/rename-context
- 7fbe021 Rename test
Context
in JS - de85d99 Merge pull request rustwasm#1002 from alexcrichton/reference-types
- 4181fb3 Add experimental support for the
anyref
type - 8f69578 Merge pull request rustwasm#1278 from alexcrichton/examples
- e66de7b Merge pull request rustwasm#1277 from alexcrichton/upgrade-walrus
- 8fb705a Upgrade to walrus 0.4
- b8f080d Update idioms of a few examples
- 5b0cfd7 Merge pull request rustwasm#1274 from alexcrichton/delete-once
- 32b72a3 Merge pull request rustwasm#1275 from alexcrichton/option-classes
- f831711 Support
Option<RustStruct>
in arguments/returns [ rustwasm#1252 ] - 9bab9d4 Fix an assert while deleting table elements [ rustwasm#1264 ]
- e498d99 Merge pull request rustwasm#1266 from ctjhoa/master
- eda7541 Fix missing link on todomvc example
- 9e40a6d Merge pull request rustwasm#1263 from alexcrichton/revert
- a3c03b5 Revert "Temporarily unconditionally remove producers section"
- ebc0f1c Merge pull request rustwasm#1261 from xtuc/chore-update-webpack
- f0c9ed4 feat: update root package
- 5c9ae21 chore: update root package
- 5e7187a chore: update pinned Webpack versions
- e9f423d Bump to 0.2.37
- 4dcaa79 Merge pull request rustwasm#1260 from alexcrichton/no-producers
- f0cd51a Temporarily unconditionally remove producers section
- 632a2b2 Merge pull request rustwasm#1259 from ctjhoa/master
- c57e2b0 Merge pull request rustwasm#1256 from alexcrichton/remove-producers
- 768b654 Fix warning on ATOMIC_USIZE_INIT & ATOMIC_BOOL_INIT
- 5e3cedf Add a flag to remove producers section
- 7c7acf2 Merge pull request rustwasm#1255 from fitzgen/configure-walrus
- 17dc79e Configure walrus to generate DWARF/names at the right times [ rustwasm#1254 ]
- c49b87b Merge pull request rustwasm#1225 from Pauan/get_index
- 8ead8a1 Merge pull request rustwasm#1248 from selaux/add-srcObject-to-HTMLMediaElement
- 61243b3 Merge pull request rustwasm#1245 from fitzgen/fix-issue-1244
- 802cfed Bump to 0.2.36
- f20afeb Don't need the old wasm-bindgen-gc crate's Cargo.toml either
- 6f00d95 interpreter: handle closure descriptors with less than two parameters [ rustwasm#1244 ]
- 51989ae No more wasm-bindgen-gc crate, so we don't need to publish it!
- d9cf9b3 Bump to version 0.2.35
- 82b7bde Fix wasm-interpreter tests
- db4c3bf Merge pull request rustwasm#1243 from fitzgen/instantiateStreaming-fallback-round-2
- b858875 Apply the
instantiateStreaming
incorrect MIME type recovery for no-modules - 6004454 Merge pull request rustwasm#1237 from alexcrichton/walrus
- 894b479 Migrate
wasm-bindgen
to usingwalrus
- c30dbc3 Write changelog entry for 0.2.34
- 0782579 Bump to 0.2.34
- 92ed368 Merge pull request rustwasm#1238 from jonathanKingston/fixup_todomvc_warnings
- 5c81125 Fixup compiler warnings for Todo MVC example
- 311dafd Merge pull request rustwasm#1235 from fitzgen/some-little-things
- f6362a6 Merge pull request rustwasm#1234 from stevebob/guide-fix-broken-links
- 4975ca2 Don't give up when servers don't set the application/wasm MIME type
- c8ad85d Use
unwrap_throw
instead of normalunwrap
for JsString -> String conversion - 499ae12 Merge pull request rustwasm#1207 from T5uku5hi/add-allow-clippy
- f774d52 Fix broken links
- 5c0da88 add #[allow(clippy::all)] in top-level items.
- 9167893 add #[allow(clippy::drop_ref)]
- 1b76410 Merge remote-tracking branch 'upstream/master' into add-allow-clippy
- 812c6bf Merge pull request rustwasm#1233 from fitzgen/fix-issue-1232
- 11eeeb8 Use textContent instead of innerHTML for extracting logs from headless browser tests [ rustwasm#1232 ]
- 9d27bc2 Merge pull request rustwasm#1199 from chinedufn/ref-slice
- acd69e9 Remove RefCell
- ed28ce9 Clean up
- 74cd3c0 Merge pull request rustwasm#1228 from rustwasm/dependabot/cargo/parity-wasm-0.36
- 3de5253 Remove passive segment tests for now
- ef37986 Update more parity-wasm
- a0c8514 Merge pull request rustwasm#1230 from fitzgen/multiple-futures-same-promise
- e20c406 futures: Add a test for creating multiple futures from the same promise
- 4a50d7b Update parity-wasm requirement from 0.35 to 0.36
- bf8a380 Merge pull request rustwasm#1226 from Pauan/optimize-catch
- e4294ba Simplifying the error handling code
- 8b6e951 Adding in Reflect::get_f64, Reflect::get_u32, Reflect::set_f64, and Reflect::set_u32
- fb8e158 remove unnecessary changes
- 51f7756...