Remove the old x86 backend

This commit is contained in:
bjorn3
2021-06-18 17:28:55 +02:00
parent e989caf337
commit 9e34df33b9
246 changed files with 76 additions and 28804 deletions

View File

@@ -8,8 +8,6 @@
//! 32-bits, and right now object files aren't supported larger than 4gb anyway
//! so we would need a lot of other support necessary to exercise that.
#![cfg(not(feature = "old-x86-backend"))] // multi-value not supported here
use anyhow::Result;
use wasmtime::*;