Skip to content
bffce37
Compare
Choose a tag to compare
…(#4183)

* sorta working in runtime

* wasmtime-runtime: get rid of wasm-backtrace feature

* wasmtime: factor to make backtraces recording optional. not configurable yet

* get rid of wasm-backtrace features

* trap tests: now a Trap optionally contains backtrace

* eliminate wasm-backtrace feature

* code review fixes

* ci: no more wasm-backtrace feature

* c_api: backtraces always enabled

* config: unwind required by backtraces and ref types

* plumbed

* test that disabling backtraces works

* code review comments

* fuzzing generator: wasm_backtrace is a runtime config now

* doc fix
e54c805
Compare
Choose a tag to compare
* Release Wasmtime 0.37.0

[automatically-tag-and-release-this-commit]

* Fix CI for Rust 1.61.0 (#4164)

A new version of rustc was released this morning and we have a few small
breakages on our CI which need fixing:

* A new warning was coming out of the c-api crate about an unneeded
  `unsafe` block.
* The panic message of a task in `cranelift-object` needed updating
  since the standard library changed how it formats strings with the nul
  byte.

* Undo accidental spec testsuite update

Need to fix the publish script to prevent this from happening again.

Co-authored-by: Wasmtime Publish <[email protected]>
Co-authored-by: Alex Crichton <[email protected]>
1fa25ca
Compare
Choose a tag to compare
* Bump Wasmtime to 0.34.2

[automatically-tag-and-release-this-commit]

* Add release notes for 0.34.2

* Disable stack overflow tests on Windows

This test is disabled on Windows because we determined it is too risky to back
port https://github.com/bytecodealliance/wasmtime/pull/3861 to the 0.34.x
release branch.

* Switch back to windows-2019 on CI (#3854)

Looks like windows-2022 is failing, let's perhaps pin for now?

Co-authored-by: Wasmtime Publish <[email protected]>
Co-authored-by: Nick Fitzgerald <[email protected]>
Co-authored-by: Alex Crichton <[email protected]>
44c0853
Compare
Choose a tag to compare
5215c78
Compare
Choose a tag to compare
* Bump Wasmtime to 0.33.1

[automatically-tag-and-release-this-commit]

* Update RELEASES for 0.33.1.

* Try to fix CI for Rust 1.58 (#3689)

PATH lookup for WIndows command execution was tweaked slightly to not
search the cwd, so let's see if this fixes things...

Co-authored-by: Wasmtime Publish <[email protected]>
Co-authored-by: Peter Huene <[email protected]>
Co-authored-by: Alex Crichton <[email protected]>