Stream: git-wasmtime

Topic: wasmtime / issue #7605 wasmtime compile support for compo...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2023 at 19:06):

guybedford opened issue #7605:

Feature

wasmtime compile does not currently support component binaries.

Benefit

The main use case I wanted to test here was component performance benchmarking, but this would of course be useful to component startup time and performance in general.

Implementation

I do not.

Alternatives

Suggestions with regards to alternatives for benchmarking workflows specifically would be very welcome.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2023 at 19:14):

alexcrichton commented on issue #7605:

Could you gist the error you're seeing? This should be supported already and locally I'm running:

wasmtime compile -Wcomponent-model <(echo "(component)")

which generates 11.cwasm locally in my current directory

view this post on Zulip Wasmtime GitHub notifications bot (Nov 30 2023 at 16:53):

guybedford closed issue #7605:

Feature

wasmtime compile does not currently support component binaries.

Benefit

The main use case I wanted to test here was component performance benchmarking, but this would of course be useful to component startup time and performance in general.

Implementation

I do not.

Alternatives

Suggestions with regards to alternatives for benchmarking workflows specifically would be very welcome.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 30 2023 at 16:53):

guybedford commented on issue #7605:

Thanks for clarifying the usage, I was able to get it to work! Much appreciated!


Last updated: Oct 23 2024 at 20:03 UTC