Skip to content

Releases: bytecodealliance/wasmtime

cranelift-v0.60.0: Merge pull request #1344 from fitzgen/cranelift-publish-script

17 Mar 20:58
cbd3526
Compare
Choose a tag to compare

v0.12.0: Bump to 0.12.0 (#997)

26 Feb 22:50
33a39ff
Compare
Choose a tag to compare
* Bump to 0.12.0

* Another lockfile update

v0.8.0

20 Nov 00:18
Compare
Choose a tag to compare
Bump the version to 0.8.0.

Wasmtime v0.3.0

21 Aug 08:21
Compare
Choose a tag to compare
Wasmtime v0.3.0 Pre-release
Pre-release

Changes:

  • 6f4bb2f Disable testing of wasmtime-py for now.
  • 35abdbc Add the wasmtime-api package to the test and publish scripts.
  • 520f903 Bump version to 0.3.0.
  • 50d9fb8 Temporarily disable lightbeam.
  • bfee516 Add versions to local dependencies to allow publishing.
  • 69a1245 Change the wasi-common dependency to a published version.
  • f88e92a Better Wasmtime API for embedder (#287)
  • 8ea883a Workaround a rounding difference in the strtof function in Centos 6. (#290)
  • b2b2612 Topologically sort package ordering in publish-all.sh.
  • 2c4118a Update for Cranelift 0.40 API changes.
See more
  • d4f27dc Update Cargo.toml metadata for publishing.
  • 44367ba Bump version to 0.2.0
  • b4a505d Generate simulated DWARF for rest of the functions
  • 4937dd0 Fix the name of the wast command in its usage string.
  • c3215f4 Tests for cache system
  • 697fa59 Remove broken links in README.md.
  • 3c33fe6 Add command line option for custom cache directory
  • 7dc81cb Update wabt requirement from 0.8 to 0.9
  • d1b1500 Add an example #[wasmtime] Rust macro (#283)
  • 54dd085 Add a default-run, so that "cargo run" doesn't need a --bin option.
  • af2b4e4 Add initial support for WebAssembly Interface Types (#282)
  • 7009c8d Add dyn to traits and bump Rust version
  • 9a57580 Rename release bundle for mac to replace 'apple' with 'macos' (#281)
  • 5fe550f Conform to Cargo's conventional file layout
  • e7fd72b Update hashbrown requirement from 0.5.0 to 0.6.0 (#274)
  • 47eee43 Build Linux binary in an older docker container (#268)
  • 3039caf Delete Travis/AppVeyor configurations (#266)
  • 6def6de Remove the LLVM/bindgen/cmake dependencies from wasmtime-runtime (#253)
  • 4f04d7d Transform ranges and simple expressions (#63)
  • 36b4ff8 Say "memory" instead of "__wasi_memory" in error messages.
  • 1491f31 Don't publish the Windows installer's wixpdb file (#263)
  • 085d700 Bump wasi-common rev
  • 9263b9d Add public Compiler::get_published_trampoline (#243)
  • ecc9816 Win installer (#245)
  • 2c4e14d Don't run CI for 'dev' tag, to avoid endless CI loops
  • 53fda72 Also do dev releases when merging into dev tag branch (#260)
  • f2a65f1 Fix updating github release (#259)
  • b10f8cf Partial hashing of module for faster caching (#221)
  • 17d676e Allow colons in Windows host paths (#235)
  • ef1890a Fix updating github release (#257)
  • 45c2805 Delete old GitHub 'dev' release when creating a new one (#256)
  • 5fc2d82 Update cranelift requirement from 0.37.0 to 0.38.0 (#254) [ #248, #249, #250, #251, #252 ]
  • 8ce6873 Compile Windows releases with a static CRT (#247)
  • 3e2344c Set MACOSX_DEPLOYMENT_TARGET for macOS releases (#246)
  • 0616062 Refactor Azure Pipelines config and tweak releases (#244)
  • 95bcc63 Rename 'master' release to 'dev' (#242)
  • 41f8874 Update log and libc crates (#240)
  • 5159f93 Add Azure Pipelines badge to README (#241)
  • 265bc31 Publish release bundles to CraneStation/wasmtime (#239)
  • 39654ea Update hashbrown requirement from 0.1.8 to 0.5.0 (#206)
  • a988443 Set up CI and releases with Azure Pipelines (#237)
  • 0bc9d1f Update cranelift to 0.37.0 (#236) [ #228, #227, #226, #225, #224 ]
  • 1bdec4c Remove cranelift-native dependency from wasmtime-wast. (#216)
  • 320ad7d Update bindgen requirement from 0.50.0 to 0.51.0 (#222)
  • 5873f69 Enable SIMD instructions from the command line (#232)
  • fff0198 Fix RelocationTarget::JumpTable handling in wasm2obj (#195)
  • 4767af2 Update wasmparser requirement from 0.34.0 to 0.35.1 (#233)
  • b7d86af Cache directory hierarchy (#217)
  • 165dc49 Simple module compilation cache (#203)
  • 17e4528 Downgrade wabt from 0.8 to 0.7. (#219)
  • 5164994 Update wasmparser requirement from 0.32.1 to 0.34.0 (#215)
  • 794841b Properly initialize file_per_thread_logger for rayon thread pool (#211)
  • 1aff03a dependencies: pin wasi-common to specific rev
  • dc39fee Update bindgen requirement from 0.49.0 to 0.50.0
  • f574629 Update wabt requirement from 0.7 to 0.8
  • 9fe77cf Update memoffset requirement from 0.2.1 to 0.5.1
  • 8b89dc4 Add dependabot configuration
  • a264787 Enable __chkstk only on MSVC compilers, use ___chkstk on MinGW
  • 19e4f42 Fix compilation of wasmtime-environ from within wasmtime-jit. (#201) [ #200 ]
  • c80508c Make the calls to wasm's memory.grow and memory.size indirect (#194)
  • d27d190 reverse dependency
  • 748abd9 #186 (comment)
  • 5362bd1 Improve performance of BTreeMap::search().last()
  • cafe821 Properly collect/identify used DWARF entries.
  • efe9dd7 Update gimli version; refactor debug data structures
  • adadf83 Bump required Rust version to 1.36
  • 1531fab Update wasmtime-wasi to new wasi-common interface
  • 6b7ebfd Rust 1.36, with wasm32-wasi support, is now stable!
  • 9d91a93 Update wasmtime-wasi-c to cloudabi-utils 223dadc5.
  • 1a10f4a Update to Cranelift 1.33 and require Rust 1.35.
  • 89cd327 Print correct version of bin tools (#183)
  • 210e959 Allow jump tables in wasmtime.
  • fb9d606 Update cranelift, faerie, target-lexicon and wasmparser deps
  • e3c021c Downgrade memoffset to 0.2.1.
  • d52ab02 Fix skipping dead DWARF records
  • 19cfec6 Ignore non-existent refs in the transformed DWARF
  • c0ba475 Enable wasi-common by default (#177)
  • d900a5f Update WASI-tutorial.md
  • 3425553 Update WASI-tutorial.md
  • 15b85dc Update WASI-tutorial.md
  • ce8912a Use preopen_dir handlers exposed in wasi-common
  • ab8f8ef Adds an explicit way to use the args inside the WebAssembly Module
  • 7ac6666 Fixes incorrect guest fd encoding
  • 8dc1d90 Use try_from replacing cast in wasmtime-runtime.
  • f3f6ab0 Use try_from replacing cast in wasmtime-wasi-c.
  • 1158b5b Use try_from replacing cast in wasmtime-environ.
  • e530a58 Fix preopening dirs on Windows
  • 635be8a Make the wasmtime-wasi-c dependency conditional on Unix.
  • 06b6ec4 Provide the C WASI implementation as an option.
  • d57fbc7 Sync with wasi-common
  • e44d8e8 Update min rustc to 1.34 as required by wasi-common
  • e8142f0 Migrate to wasi-common crate
  • 3dfeab5 Don't add the NULL terminator to argv and environ arrays.
  • 61eb473 wasi-sysroot is now named wasi-libc. (#167)
  • 825f1d7 Fix a compiler warning. [ #59159 ]
  • b5f4949 Avoid using C features which depends on _Generic.
  • 1882fc4 Build sandboxed-system-primitives with -std=gnu99.
  • f486d61 Make use of static_assert conditional on whether it's available.
  • 176538b Support GCC and clang versions that lack <stdatomic.h>.
  • 60807c...
Read more