@@ -8,8 +8,8 @@ import {twrEventQueueReceive} from "./twreventqueue.js"
88
99// TODO List
1010
11+ // doc event behavior
1112// fix example/lib/out and .gitignore so correct build artifacts are checked in
12- // add test cases for twr_timer_single_shot, twr_timer_repeat, and twr_timer_cancel
1313// resolve fact that libraries with interfaces are passed in the "io" option. Eg Allow "libs" or other synonym.
1414// current implementation has no libs: (akin to io:).
1515// consider if twrcondummy should be removed. Search for TODO, there are multiple places needing fixing. Possible solutions:
@@ -19,13 +19,12 @@ import {twrEventQueueReceive} from "./twreventqueue.js"
1919// (c) merge imports (this won't work because a complete set of functions might not be loaded by api user)
2020// also search for "TODO!! This is here to make twrcondummy.ts"
2121// changed conterm example to use debug -- either change back, or change index description
22- // deal with twrConGetIDFromNameImpl. Note that twr_register_callback and twrConGetIDFromNameImpl are added in two different places. Unify?
22+ // deal with twrConGetIDFromNameImpl. Note that twr_register_callback and twrConGetIDFromNameImpl are added in two different places. Unify
2323// change callingMod:IWasmModule|IWasmModuleAsync to IWasmBase ?
2424// add IWasmBase instead of using twrWasmBase
2525// add IWasmModuleBase ?
2626// Consider and handle app exit (stop events from being posted post app exit)
2727// Add postEvent example that includes arguments
28- // finish new twrLibTimer APIs - C side, doc, etc.
2928// Implement event loop processing (get_next_event, get_filter_event)
3029// Issue with above: how do I get the event parameters?
3130// implement event loop in twrWasmModule (currently only in twrWasmModuleAsync) ?
0 commit comments