Skip to content

Commit a7d18aa

Browse files
committed
Removing outDir from README
1 parent 99a9136 commit a7d18aa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ rust({
8787
// This is prepended to the URL, so you should put a / at the end of the directory, e.g. "/foo/".
8888
serverPath: "",
8989

90-
// Directory (relative to output.dir) where the .wasm files will be placed.
91-
outDir: "",
92-
9390
// Extra arguments to pass to `cargo build`.
9491
cargoArgs: [],
9592

@@ -103,7 +100,7 @@ rust({
103100
// This is slower and it increases the file size by ~33%,
104101
// but it does not require a separate `.wasm` file.
105102
//
106-
// If this is `true` then `serverPath`, `outDir`, `nodejs`,
103+
// If this is `true` then `serverPath`, `nodejs`,
107104
// and `importHook` will be ignored.
108105
inlineWasm: false,
109106

0 commit comments

Comments
 (0)