Skip to content

Commit

Permalink
address review points
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jun 30, 2023
1 parent e38fbec commit 4087f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ANSIX
APAC
APPSIGNALƒ
APPSIGNAL
Acro
Ainol
Airis
Expand Down
5 changes: 3 additions & 2 deletions lib/vector-vrl/web-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build the project we need to use `wasm-pack`. This compiles our Rust code
to WebAssembly which can then be used within the browser. Install it by running:

```shell
cargo install wasm-pack
cargo install --locked --version 0.10.3 wasm-pack
```

After installing `wasm-pack` we must compile our project by running:
Expand Down Expand Up @@ -72,7 +72,7 @@ with this [issue filter][vrl-wasm-unsupported-filter].
If you are getting compilation errors on macOS here are some things to check:
```shell
xcode-select -p
# '/Library/Developer/CommandLineTools
# Example: '/Library/Developer/CommandLineTools
# To change this use: xcode-select -s
```

Expand All @@ -85,6 +85,7 @@ xcode-select --install
Check your `llvm` installation and ensure that there are no conflicting installations. Check that the following command returns the expected version:
```shell
clang --version
# Example:
# Homebrew clang version 16.0.6
# Target: arm64-apple-darwin22.5.0
# Thread model: posix
Expand Down

0 comments on commit 4087f15

Please sign in to comment.