Move CACHE_CONFIGURATION.md to the docs directory.
This commit is contained in:
@@ -32,7 +32,7 @@ mktarball() {
|
|||||||
# Create the main tarball of binaries
|
# Create the main tarball of binaries
|
||||||
bin_pkgname=wasmtime-$TAG-$platform
|
bin_pkgname=wasmtime-$TAG-$platform
|
||||||
mkdir tmp/$bin_pkgname
|
mkdir tmp/$bin_pkgname
|
||||||
cp LICENSE README.md CACHE_CONFIGURATION.md tmp/$bin_pkgname
|
cp LICENSE README.md docs/CACHE_CONFIGURATION.md tmp/$bin_pkgname
|
||||||
mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
|
mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
|
||||||
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
|
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
|
||||||
mktarball $bin_pkgname
|
mktarball $bin_pkgname
|
||||||
|
|||||||
2
crates/environ/src/cache/config.rs
vendored
2
crates/environ/src/cache/config.rs
vendored
@@ -171,7 +171,7 @@ pub fn create_new_config<P: AsRef<Path> + Debug>(
|
|||||||
let content = "\
|
let content = "\
|
||||||
# Comment out certain settings to use default values.
|
# Comment out certain settings to use default values.
|
||||||
# For more settings, please refer to the documentation:
|
# For more settings, please refer to the documentation:
|
||||||
# https://github.com/CraneStation/wasmtime/blob/master/CACHE_CONFIGURATION.md
|
# https://github.com/CraneStation/wasmtime/blob/master/docs/CACHE_CONFIGURATION.md
|
||||||
|
|
||||||
[cache]
|
[cache]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
<File Id="README.md" Source="README.md" KeyPath="yes" Checksum="yes"/>
|
<File Id="README.md" Source="README.md" KeyPath="yes" Checksum="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="CACHE_CONFIGURATION" Guid="*">
|
<Component Id="CACHE_CONFIGURATION" Guid="*">
|
||||||
<File Id="CACHE_CONFIGURATION.md" Source="CACHE_CONFIGURATION.md" KeyPath="yes" Checksum="yes"/>
|
<File Id="CACHE_CONFIGURATION.md" Source="docs\CACHE_CONFIGURATION.md" KeyPath="yes" Checksum="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user