Skip to content

Commit 7f0515f

Browse files
author
Guy Bedford
authored
fix: componentize windows support (#94)
1 parent 3b81898 commit 7f0515f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/componentize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export async function componentize(jsSource, witWorld, opts) {
189189
'--allow-wasi',
190190
'--init-func',
191191
'componentize.wizer',
192-
`--dir=${sourceDir}`,
192+
`--dir=${maybeWindowsPath(sourceDir)}`,
193193
`--wasm-bulk-memory=true`,
194194
'--inherit-env=true',
195195
`-o=${output}`,

0 commit comments

Comments
 (0)