From 5e3be1e43af0c974a4a56ef232814424107060c3 Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 14 Apr 2023 19:01:50 +0200 Subject: [PATCH] Update src/README.md (#2685) --- 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 ```