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.
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
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.
guybedford commented on issue #7605:
Thanks for clarifying the usage, I was able to get it to work! Much appreciated!
Last updated: Nov 22 2024 at 16:03 UTC