fix: lock rustc to support wasm32-wasi target#11
Conversation
|
Mid-2012 Retina MBP / Catalina 10.15.7 |
|
with the help of Claude I was able to get it to compile: wasm2brs.zip (ee0eecc) but I can't run it from GitHub Codespaces ( |
|
Might be able to add flags to allow section 12 to be parsed, but it looks like rust is still emitting a newer wash file than what I supported originally in wasm2brs. Can possibly update wasm2brs to the latest wasm2c. |
|
The change is good - but it looks like there are more rustc changes happening So need to implement ExprType::MemoryCopy for the sample to work I guess |
support #10. I have tried to validate this but an M1 MBP fails due to:
CMakeOutput.log
and GitHub Codespaces crashes due to limited resource. Will try an x86 machine if I can find one