mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 14:21:11 +00:00
Update wasm builder to fix bugs in detecting changed files (#1169)
This commit is contained in:
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.import_memory()
|
.import_memory()
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.import_memory()
|
.import_memory()
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.import_memory()
|
.import_memory()
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
|
|||||||
fn main() {
|
fn main() {
|
||||||
WasmBuilder::new()
|
WasmBuilder::new()
|
||||||
.with_current_project()
|
.with_current_project()
|
||||||
.with_wasm_builder_from_crates("1.0.10")
|
.with_wasm_builder_from_crates("1.0.11")
|
||||||
.import_memory()
|
.import_memory()
|
||||||
.export_heap_base()
|
.export_heap_base()
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
Reference in New Issue
Block a user