mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 22:41:06 +00:00
Change manual dependency on wasm-gc executable to an automatic cargo dependency. (#3854)
Improves user experience.
This commit is contained in:
committed by
Bastian Köcher
parent
141a64cf41
commit
470b62366f
@@ -75,7 +75,6 @@
|
||||
//! WASM builder requires the following prerequisities for building the WASM binary:
|
||||
//!
|
||||
//! - rust nightly + `wasm32-unknown-unknown` toolchain
|
||||
//! - wasm-gc
|
||||
//!
|
||||
|
||||
use std::{env, fs, path::PathBuf, process::{Command, Stdio, self}};
|
||||
|
||||
Reference in New Issue
Block a user