You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ assemblyscript-typescript-loader
9
9
=================
10
10
11
11
12
-
A webpack loader for compiles typescript with [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) and bundles it as wasm or btyes string,it as well with [Marauder](https://github.com/SinaMFE/webpack-marauder) System
12
+
Loader for webpack to compile typescript with [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) and bundle it to wasm or btyes string
13
13
14
14
15
15
<h2align="center">Install</h2>
@@ -38,10 +38,6 @@ module.exports = {
38
38
}
39
39
}
40
40
41
-
42
-
```
43
-
You can import ts or asc when coding, and this loader can transform it into wasm;
0 commit comments