@canyala/loader

A convenient ts friendly loader for AssemblyScript modules.

Usage no npm install needed!

<script type="module">
  import canyalaLoader from 'https://cdn.skypack.dev/@canyala/loader';
</script>

README

AssemblyScript Loader

This is a fork that fixes a bug in index.d.ts, please refrain from use.

A convenient loader for AssemblyScript modules. Demangles module exports to a friendly object structure compatible with TypeScript definitions and provides useful utility to read/write data from/to memory.

Documentation