keyman icon indicating copy to clipboard operation
keyman copied to clipboard

feat(core): minimum core test

Open srl295 opened this issue 1 year ago • 0 comments

for testing actual wasm payload footprint, make a basic test

  • no i/o, no input file
  • will just return an exit code

use base core apis needed, go through api header

  • create keyboard
  • set context
  • process key event
  • getactions
  • dispose

pass nulls to each, just for linkage

maybe have every function and just ifdef out.

srl295 avatar Mar 08 '24 15:03 srl295