We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d0af2 commit 5e3be1eCopy full SHA for 5e3be1e
src/README.md
@@ -46,11 +46,11 @@ Uses the AssemblyScript compiler compiled to JavaScript to compile itself to Web
46
Running `asc` with the WebAssembly variant:
47
48
```ts
49
-asc [options...] --wasm build/assemblyscript.release-bootstrap.wasm
+asc [options...] --wasm build/assemblyscript.release-bootstrap.js
50
```
51
52
Running the compiler tests with the WebAssembly variant:
53
54
55
-npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.wasm
+npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.js
56
0 commit comments