You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the discussion on #58 for more context. @eddyb suggests that using xargo with -Zalways-encode-mir would let us avoid making our own tinycore and instead concentrate on using the actual Rust libcore. Since we choose what to translate, we can start from roots in the test cases we're compiling to avoid reaching code mir2wasm doesn't understand how to handle yet.
The text was updated successfully, but these errors were encountered:
See the discussion on #58 for more context. @eddyb suggests that using
xargo
with-Zalways-encode-mir
would let us avoid making our owntinycore
and instead concentrate on using the actual Rustlibcore
. Since we choose what to translate, we can start from roots in the test cases we're compiling to avoid reaching codemir2wasm
doesn't understand how to handle yet.The text was updated successfully, but these errors were encountered: