io-devices-lib icon indicating copy to clipboard operation
io-devices-lib copied to clipboard

'--enable-experimental-io-devices' flag not working on MAC with M1 chip + wasmer v2.0.0

Open gauravgautamgoldcast opened this issue 3 years ago • 2 comments

When compiling and running the rust example using wasmer 2.0.0 the --enable-experimental-io-devices flag is not recognized.

Screenshot 2021-09-07 at 3 56 50 PM

gauravgautamgoldcast avatar Sep 07 '21 10:09 gauravgautamgoldcast

Someone named Benjamin Coenen on the wasmer slack channel showed me that we have to add --features experimental-io-devices flag in the Makefile of wasmer under build-wasmer and then compile it. After that this flag is respected.

gautam1168 avatar Sep 10 '21 02:09 gautam1168

It's working in the main release now, tested on M1 Macbook Air Monterey

callowaysutton avatar May 17 '22 07:05 callowaysutton