add utfdump as submodule

main
pantonshire 3 years ago
parent 9dbb6f7b2e
commit eb6dfea3db

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "utfdump"]
path = utfdump
url = https://github.com/pantonshire/utfdump.git

@ -11,7 +11,7 @@ const nextConfig = {
loadedWasm = true;
nextConfig.plugins.push(
new WasmPackPlugin({
crateDirectory: path.resolve(__dirname, '..', 'utfdump', 'wasm'),
crateDirectory: path.resolve(__dirname, 'utfdump', 'wasm'),
outDir: path.resolve(__dirname, 'wasm', 'utfdump'),
forceMode: 'production',
extraArgs: '--target web',

@ -0,0 +1 @@
Subproject commit 0d1872b902d6d4211415932caa539bc951a9ec80
Loading…
Cancel
Save