Skip to content

tachyonicbytes/disAStro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

disastro is an AssemblyScript distribution, similar to Anaconda for Python, and Spring for Java.

disastro wants to be a growing collection of AssemblyScript packages, organized in an easy-to-develop manner.

This work is extremely experimental. You know what to expect.

Installation

npm install disastro

Building from sources

You have to build with --legacy-peer-deps for now, because as-pect and as-visitor have different assemblyscript required versions.

npm install --legacy-peer-deps

Usage

For now, I only integrated the as-big and json-as packages. The entire usage stands now at:

import { Big, JSON } from "disastro/assembly/index.ts";

Motivation

Working with AssemblyScript, I wanted to build my own toolkit in order to ease the process. AssemblyScript already provides a good standard library, but there are many great AssemblyScript packages that I wanted to use easily.

About

An AssemblyScript Distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published