[GCI] Added Lightning Bolt for WASM accelerated modules (#1365)

* wasmSuccess

* modules use wasmSuccess

* modules use wasmSuccess

* add the tooltip
This commit is contained in:
Harsh Khandeparkar
2019-12-19 23:45:42 +00:00
committed by Jeffrey Warren
parent b7d5a98cdb
commit 6476b8d698
41 changed files with 119 additions and 173 deletions

View File

@@ -35,11 +35,8 @@ module.exports = function canvasResize(options, UI) {
return newPixels;
}
function output(image, datauri, mimetype) {
// This output is accessible by Image Sequencer
step.output = { src: datauri, format: mimetype };
function output(image, datauri, mimetype, wasmSuccess) {
step.output = { src: datauri, format: mimetype, wasmSuccess, useWasm: options.useWasm };
}
return require('../_nomodule/PixelManipulation.js')(input, {