Updating the component with a new WebAssembly file results in the following error:
replication steps:
- Create a component using the <wasm1.wasm> file.
- Create a new worker, and its invocation works without any errors.
- Update the component to use a different WebAssembly file.
- Create a new worker with the updated version of the component.
- The worker invocations no longer behave as expected.
https://www.loom.com/share/9b8c0e25b79f462991897806e965244d
https://www.loom.com/share/975db7e6fc824242bbf78c5bf8f168c6
Note: I am not entirely sure if the component update I am making is correct.