Skip to content

Commit 5e3be1e

Browse files
authored
Update src/README.md (#2685)
1 parent 77d0af2 commit 5e3be1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Uses the AssemblyScript compiler compiled to JavaScript to compile itself to Web
4646
Running `asc` with the WebAssembly variant:
4747

4848
```ts
49-
asc [options...] --wasm build/assemblyscript.release-bootstrap.wasm
49+
asc [options...] --wasm build/assemblyscript.release-bootstrap.js
5050
```
5151

5252
Running the compiler tests with the WebAssembly variant:
5353

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

0 commit comments

Comments
 (0)