Skip to content

Commit

Permalink
Fix documentation and CI reference to old "prestd-simd" feature name.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewScheidecker committed Oct 23, 2019
1 parent 173ce9a commit 8bd7d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/azure-pipelines/test-package-job-template.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
condition: always()
- script: |
"${{parameters.executable}}" run --enable prestd-simd "${{parameters.examplesDir}}/blake2b.wast"
"${{parameters.executable}}" run --enable simd "${{parameters.examplesDir}}/blake2b.wast"
displayName: "wavm run blake2b"
condition: always()
Expand Down
2 changes: 1 addition & 1 deletion Doc/GettingStarted.md
Expand Up @@ -88,7 +88,7 @@ The `wavm` executable provides command-line access to WAVM. It has several sub-c
wavm run examples/trap.wast
wavm run examples/echo.wast "Hello, world!"
wavm run examples/helloworld.wast | wavm run examples/tee.wast
wavm run --enable prestd-simd examples/blake2b.wast
wavm run --enable simd examples/blake2b.wast
```

## Disassemble a WebAssembly module
Expand Down

0 comments on commit 8bd7d93

Please sign in to comment.