File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,21 @@ and output to strings.
112
112
## Building
113
113
114
114
You can build the package by running ` npm run build ` . You must do this prior to
115
- running tests with ` npm test ` . You ** must** have mrbbot's fork of wasm-pack
116
- installed. This upgrades binaryen (wasm-opt) to version_92 which exports
117
- ` asyncify_get_state ` .
115
+ running tests with ` npm test ` .
116
+
117
+ You ** must** have mrbbot's fork of wasm-pack installed. This upgrades binaryen
118
+ (wasm-opt) to version_92 which exports ` asyncify_get_state ` :
119
+
120
+ ``` shell
121
+ $ cargo install --git https://github.com/mrbbot/wasm-pack
122
+ $ npm run build
123
+ $ npm test
124
+ ```
118
125
119
126
## License
120
127
121
- ` html-rewriter-wasm ` uses ` lol-html ` which is BSD 3-Clause licensed:
128
+ ` html-rewriter-wasm ` uses [ lol-html] ( https://github.com/cloudflare/lol-html/ )
129
+ which is BSD 3-Clause licensed:
122
130
123
131
```
124
132
Copyright (C) 2019, Cloudflare, Inc.
You can’t perform that action at this time.
0 commit comments