Due to myself having arguments with rollup, I'm currently base64 encoding WASM. This is bloating the size of the npm module
|
buffer: Buffer.from("${readFileSync(`dotnet/_framework/${filepath}`, { encoding: "base64" })}", "base64"), |
Any help would be much appreciated
Due to myself having arguments with rollup, I'm currently base64 encoding WASM. This is bloating the size of the npm module
validate/config.ts
Line 41 in 41da4fb
Any help would be much appreciated