repl/wasm

line


Summary

Evaluate LINE in the wasm context

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'string/write))
(    2 ($get/val 'print/error))
(    4 ($try 19))
(    5 ($nop))
(    6 ($closure/push))
(    7 ($get/val 'eval-in))
(    9 ($get/val 'root-closure))
(   11 ($get/val 'do))
(   13 ($get/val 'read))
(   15 ($get/val 'line))
(   17 ($apply 1))
(   19 ($cons))
(   20 ($apply 2))
(   22 ($closure/pop))
(   23 ($apply 1))
(   25 ($ret))