diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index cad39f6a9..8018a48ae 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -9,8 +9,8 @@ ], "ignores": [ ".config/dictionaries/**", - "hermes/**/target/**", - "hermes/wasm/*/**/**" + "**/target/**", + "hermes/wasm/*/**" ], // Set standard config options in `/.markdownlint.jsonc` "config": { diff --git a/cspell.json b/cspell.json index b09c03f1f..ef8beffe1 100644 --- a/cspell.json +++ b/cspell.json @@ -225,6 +225,6 @@ "**/.gitignore", ".vscode/**", "**/.idea/**", - "hermes/wasm/*/**/**" + "hermes/wasm/*/**" ] } \ No newline at end of file diff --git a/hermes/wasm/Cargo.toml b/hermes/wasm/Cargo.toml index 86e1ea613..2953db85a 100644 --- a/hermes/wasm/Cargo.toml +++ b/hermes/wasm/Cargo.toml @@ -10,6 +10,7 @@ members = [ edition = "2021" version = "0.0.1" authors = [ + "Apisit Ritreungroj ", "Steven Johnson " ] rust-version = "1.73" diff --git a/hermes/wasm/Earthfile b/hermes/wasm/Earthfile index 9d7647a0e..c5868ad56 100644 --- a/hermes/wasm/Earthfile +++ b/hermes/wasm/Earthfile @@ -15,7 +15,6 @@ fork-wasi-component-adapter: ARG wasi_git_dir=wasmtime/crates/wasi-preview1-component-adapter # Remove the existing local one. Clone and extract it from the repo. - # And finally move the Earthfile back. RUN rm -rf $wasi_local_dir/ || true && \ rm -rf $wit_local_dir/ || true && \ git clone --depth 1 https://github.com/bytecodealliance/wasmtime.git && \