keyman
keyman copied to clipboard
feat(core): minimum core test
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.