baesd ruste crypto?!!?1'1??!?!!?!?
This commit is contained in:
parent
6994f35062
commit
30153cfb8a
10 changed files with 7234 additions and 69 deletions
13
webpack.config.js
Normal file
13
webpack.config.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
const path = require("path");
|
||||
const WasmPackPlugin = require("@wasm-tool/wasm-pack-plugin");
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
index: "./index.js"
|
||||
},
|
||||
plugins: [
|
||||
new WasmPackPlugin({
|
||||
crateDirectory: __dirname,
|
||||
}),
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue