16 lines
424 B
Markdown
Raw Normal View History

![](https://s.gravatar.com/avatar/f105de3decfafc734b8eabe9a960b25d?size=64) webpack
=================
[webpack](https://webpack.js.org/) loader for [AssemblyScript](http://assemblyscript.org) modules.
Usage
-----
```js
import Module from "@assemblyscript/webpack!module.wasm";
var myModule = Module({ imports: { ... }});
```
2018-01-29 22:36:07 +01:00
TODO: Wire .ts files to the compiler API, accepting options, but also keep raw .wasm support.