mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-17 01:28:44 +00:00
9 lines
167 B
Rust
9 lines
167 B
Rust
use wasmer_compiler_cli::cli::wasmer_main;
|
|
|
|
#[cfg(feature = "run")]
|
|
compile_error!("Cannot enable run with the compile-only build");
|
|
|
|
fn main() {
|
|
wasmer_main();
|
|
}
|