We use componentize-js to package up a .js file into a WASM binary.
Support for JS-based WASM binaries was added in PR #72.
Currently, only 0.1.0 is known to work.
Would be nice to change current system (send_requests(), send_response(), send_response_with_side_effect_result() with enforcement and erroring happening in kernel) to a type-based system.
E.g., return to a single send_() function: send_to_loop() or something.
That function takes as input
OlderNewer