From 7a2b619c7d0c0e1f352ec70f246e0d2570d98ade Mon Sep 17 00:00:00 2001 From: Bartholomew Jardine <70293946+bartjuw@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:04:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d3bddd..7c0aed7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository hosts the build instructions and scripts for the JavaScript wrap - `.github/workflows` directory: Actions for building libantimony.js on GitHub ## Using libantimonyjs -- See `../docs/readme.md` for information about using libantimonyjs in your webpage or node.js project. +- See https://sys-bio.github.io/libantimonyjs ( `../docs/readme.md` ) for information about using libantimonyjs in your webpage or node.js project. ## Building libantimonyjs It is currently possible to build libantimonyjs on Linux, MacOS and MS Windows Subsystem for Linux (WSL). Briefly, Emscripten (https://emscripten.org/) is used to compile all C/C++ source code into a .wasm (https://webassembly.org/) file and generate javascript wrappers around each Antimony API call.