baesd ruste crypto?!!?1'1??!?!!?!?

This commit is contained in:
uh wot 2021-08-02 17:26:47 +02:00
parent 6994f35062
commit 30153cfb8a
Signed by: uhwot
GPG key ID: CB2454984587B781
10 changed files with 7234 additions and 69 deletions

13
webpack.config.js Normal file
View 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,
}),
]
};