diff --git a/README.md b/README.md index 1de2c97b77..47762ce17e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@

- Test status - Publish status + Test status + Publish status npm package - Discord online + Discord online

AssemblyScript compiles a strict variant of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install away.

diff --git a/lib/loader/README.md b/lib/loader/README.md index 0471e3e4b0..33f91af3e6 100644 --- a/lib/loader/README.md +++ b/lib/loader/README.md @@ -1,7 +1,6 @@ # AssemblyScript Loader npm package -npm package (nightly) A convenient loader for [AssemblyScript](https://assemblyscript.org) modules. Demangles module exports to a friendly object structure compatible with TypeScript definitions and provides useful utility to read/write data from/to memory.