mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Utilities and an initial webpack loader
This commit is contained in:
13
lib/webpack/README.md
Normal file
13
lib/webpack/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
 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: { ... }});
|
||||
```
|
Reference in New Issue
Block a user