bytecodealliance / preview2-prototyping

Polyfill adapter for preview1-using wasm modules to call preview2 functions.
Other
77 stars 20 forks source link

build: manage toolchain via `rust-toolchain.toml` #168

Closed rvolosatovs closed 1 year ago

rvolosatovs commented 1 year ago

This ensures that:

pchickey commented 1 year ago

I prefer to stick to using a stable toolchain whenever possible and only using nightly as a last resort, so I would prefer to keep the current design.

We are aiming to wind this repo down and have everything living upstream (in the wasmtime repo) this month, so I don't think we should change how we manage this now.