mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 10:31:10 +00:00
arrange consts
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//! Configuration of source binaries
|
||||
|
||||
pub const UNKNOWN_PATH: &str = "wasm32-unknown-unknown";
|
||||
pub const EMSCRIPTEN_PATH: &str = "wasm32-unknown-emscripten";
|
||||
|
||||
/// Target configiration of previous build step
|
||||
#[derive(Debug)]
|
||||
pub enum SourceTarget {
|
||||
|
||||
Reference in New Issue
Block a user