Assemblyscript
Informações do produto
Casos de uso
Chat público
Planos de suporte
Atualmente, não há planos OSS disponíveis.
Se você é um fornecedor ou colaborador do repositório, pode começar a adicionar seu plano de OSS.
Adicionar um plano OSSContate-nos se você estiver procurando por um plano para este código aberto.
Ajudaremos você a entrar em contato com provedores profissionais.
Detalhes do produto
AssemblyScript compiles a 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.
About · Getting started · Examples · Built with AssemblyScript
Contributors
Thanks to our sponsors!
Most of the maintainers and contributors do this open source work in their free time. If you use AssemblyScript for a serious task or plan to do so, and you'd like us to invest more time on it, please donate to our OpenCollective. By sponsoring this project, your logo will show up below. Thank you so much for your support!
Development instructions
A development environment can be set up by cloning the repository:
git clone https://github.com/AssemblyScript/assemblyscript.git
cd assemblyscript
npm install
npm link
The link step is optional and makes the development instance available globally. The full process is documented as part of the repository: