Skip to content

Commit

Permalink
refactor(gear-wasm-builder): put *.meta.txts along with other WASM …
Browse files Browse the repository at this point in the history
…binaries
  • Loading branch information
fluiderson committed Jul 21, 2023
1 parent 96b0558 commit d5b4123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-builder/src/wasm_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl WasmProject {
.expect("Run `WasmProject::create_project()` first");

let wasm_meta_path = self
.original_dir
.wasm_target_dir
.join([file_base_name, ".meta.txt"].concat());

smart_fs::write_metadata(wasm_meta_path, metadata)
Expand Down

0 comments on commit d5b4123

Please sign in to comment.