@cwasm/nsgif
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -16,3 +16,3 @@ /* global WebAssembly */ | ||
const wasmModule = new WebAssembly.Module(code) | ||
const instance = new WebAssembly.Instance(wasmModule, { wasi_unstable: stubs }) | ||
const instance = new WebAssembly.Instance(wasmModule, { wasi_snapshot_preview1: stubs }) | ||
@@ -19,0 +19,0 @@ exports.decode = function (input) { |
{ | ||
"name": "@cwasm/nsgif", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"repository": "LinusU/cwasm-nsgif", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"lodepng": "^2.0.0", | ||
"mocha": "^6.2.2", | ||
"standard": "^14.3.1", | ||
"ts-readme-generator": "^0.2.0" | ||
"mocha": "^7.1.1", | ||
"standard": "^14.3.3", | ||
"ts-readme-generator": "^0.4.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
35167