css-inline
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -14,3 +14,4 @@ let imports = {}; | ||
let cachedUint8Memory0; | ||
let cachedUint8Memory0 = new Uint8Array(); | ||
function getUint8Memory0() { | ||
@@ -76,3 +77,4 @@ if (cachedUint8Memory0.byteLength === 0) { | ||
let cachedInt32Memory0; | ||
let cachedInt32Memory0 = new Int32Array(); | ||
function getInt32Memory0() { | ||
@@ -184,4 +186,1 @@ if (cachedInt32Memory0.byteLength === 0) { | ||
cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); | ||
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer); | ||
@@ -7,3 +7,3 @@ { | ||
"description": "A WASM package for inlining CSS into HTML documents", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
1175366
157