walt-loader
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,5 +6,5 @@ const wasmLoader = require("wasm-loader"); | ||
const buffer = waltCompiler.default(source); | ||
buffer.length = buffer.byteLenght; | ||
buffer.length = buffer.byteLength; | ||
// The new Buffer step can/should be skipped here, maybe | ||
wasmLoader.call(this, new Buffer(buffer)); | ||
}; |
{ | ||
"name": "walt-loader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Webpack loader for Walt(WebAssembly)", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"walt-compiler": "^0.2.5" | ||
"walt-compiler": "^0.2.6" | ||
}, | ||
@@ -57,3 +57,3 @@ "author": "Arthur Buldauskas", | ||
"prettier": "^1.9.2", | ||
"walt-compiler": "^0.2.5" | ||
"walt-compiler": "^0.2.6" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package