Skip to content

Commit ef282e2

Browse files
authored
Fix wasm-tools path in WasmTools.swift (#320)
The directory was renamed to `wasm-tools-prebuilt` in `dependencies.json`, but `WasmTools.swift` had an outdated path.
1 parent 712068c commit ef282e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/WasmTools/WasmTools.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package let defaultWasmToolsPath: String = {
1515
let vendorPath = rootPath.appendingPathComponent("Vendor")
1616
return
1717
vendorPath
18-
.appendingPathComponent("wasm-tools/wasm-tools-1.244.0-wasm32-wasip1/wasm-tools.wasm")
18+
.appendingPathComponent("wasm-tools-prebuilt/wasm-tools-1.244.0-wasm32-wasip1/wasm-tools.wasm")
1919
.path
2020
}()
2121

0 commit comments

Comments
 (0)