Stream: git-wasmtime

Topic: wasmtime / issue #8058 wasmtime CLI settings command panic


view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2024 at 08:55):

Escapingbug added the bug label to Issue #8058.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2024 at 08:55):

Escapingbug opened issue #8058:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

No wasmfile needed

Steps to Reproduce

On a windows machine, run cli: wasmtime settings

Expected Results

Normal settings help message.

Actual Results

wasmtime settings
thread 'main' panicked at crates\cranelift\src\builder.rs:94:18:
set_tunables not called

Versions and Environment

Wasmtime version or commit: wasmtime-cli 18.0.2 (90db6e99f 2024-02-28)

Operating system: Windows 10

Architecture: x86_64

Extra Info

Anything else you'd like to add?

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2024 at 15:42):

peterhuene commented on issue #8058:

This reproduces on non-Windows platforms as well and was apparently regressed with #7844.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2024 at 16:57):

alexcrichton closed issue #8058:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

No wasmfile needed

Steps to Reproduce

On a windows machine, run cli: wasmtime settings

Expected Results

Normal settings help message.

Actual Results

wasmtime settings
thread 'main' panicked at crates\cranelift\src\builder.rs:94:18:
set_tunables not called

Versions and Environment

Wasmtime version or commit: wasmtime-cli 18.0.2 (90db6e99f 2024-02-28)

Operating system: Windows 10

Architecture: x86_64

Extra Info

Anything else you'd like to add?


Last updated: Oct 23 2024 at 20:03 UTC