How to start with a wasm template #2035
Unanswered
evanzhang87
asked this question in
Q&A
Replies: 1 comment
-
Wasm is being re-released as data transforms. Check in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://vectorized.io/blog/wasm-architecture/
Under the guidance, I generate a wasm template.
Then I did
npm install package.json
npm install webpack -g
npm install webpack-cli -g
(the version of package.json may be a problem, and I changed it to
^21.8.1-beta2
).I tried
.\webpack.js
andwebpack webpack.js
but both failed.I'd like to know how to start and how to use
Beta Was this translation helpful? Give feedback.
All reactions