We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WasmTools.swift
1 parent 712068c commit ef282e2Copy full SHA for ef282e2
1 file changed
Sources/WasmTools/WasmTools.swift
@@ -15,7 +15,7 @@ package let defaultWasmToolsPath: String = {
15
let vendorPath = rootPath.appendingPathComponent("Vendor")
16
return
17
vendorPath
18
- .appendingPathComponent("wasm-tools/wasm-tools-1.244.0-wasm32-wasip1/wasm-tools.wasm")
+ .appendingPathComponent("wasm-tools-prebuilt/wasm-tools-1.244.0-wasm32-wasip1/wasm-tools.wasm")
19
.path
20
}()
21
0 commit comments