Skip to content

Commit

Permalink
Update src/README.md (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 14, 2023
1 parent 77d0af2 commit 5e3be1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/README.md
Expand Up @@ -46,11 +46,11 @@ Uses the AssemblyScript compiler compiled to JavaScript to compile itself to Web
Running `asc` with the WebAssembly variant:

```ts
asc [options...] --wasm build/assemblyscript.release-bootstrap.wasm
asc [options...] --wasm build/assemblyscript.release-bootstrap.js
```

Running the compiler tests with the WebAssembly variant:

```ts
npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.wasm
npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.js
```

0 comments on commit 5e3be1e

Please sign in to comment.