From 35968f57cadb502a7dea51964fd7f92ed1ed5a6e Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 14 Apr 2023 18:45:11 +0200 Subject: [PATCH] Update src/README.md --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 65eb7e260e..55c85e0fc4 100644 --- a/src/README.md +++ b/src/README.md @@ -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 ```