Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

AS webpack

webpack loader for AssemblyScript modules.

Usage

import MyModule from "@assemblyscript/webpack!mymodule.wasm";

var myModule = new MyModule({ imports: { /* if any */ } });

TODO: Pipe .ts files through asc, accepting the usual options, but also keep raw .wasm support.