noVNC/core
Joel Martin 82b8ff1c6a wasm: tests/results for 3 modes.
- mode 1: call putImageData from rust/wasm. This involves copying the
  image data via the wasm-bindgen API.
- mode 2: allocating memory in rust/wasm and returning reference to it
  for JS code. JS code calls draw2 using the reference so now image
  data is copying in either direction.
- mode 3: same as mode 2 but the draw3 function treats the memory as
  a vector of u32 instead of a vector of u8.
2018-07-26 14:19:01 +09:00
..
input Properly encapsulate the scale in Display 2017-02-16 14:00:39 +01:00
wasm wasm: tests/results for 3 modes. 2018-07-26 14:19:01 +09:00
base64.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
des.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
display.js Fix wrong colours on local cursor 2017-02-20 16:44:54 +01:00
inflator.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
inflator.mod.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
rfb.js Fix tests after changing auth negotiation 2017-02-13 15:00:32 +01:00
util.js Set correct cursor style for setCapture() 2017-02-16 14:00:36 +01:00
websock.js Don't delay WebSocket flushing 2017-02-03 17:12:41 +01:00