Allow colons in Windows host paths (#235)

This commit is contained in:
Artur Jamro
2019-08-06 16:44:27 -07:00
committed by Dan Gohman
parent ef1890ae92
commit 17d676ecbc
2 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ links as well.
command-line option:
```
$ wasmtime --dir=. --mapdir=/tmp:/var/tmp demo.wasm test.txt /tmp/somewhere.txt
$ wasmtime --dir=. --mapdir=/tmp::/var/tmp demo.wasm test.txt /tmp/somewhere.txt
$ cat /var/tmp/somewhere.txt
hello world
```