binding the code
This commit is contained in:
parent
2b82fb6a45
commit
44a1dc3511
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
(define op (open-output-string))
|
(define op (open-output-string))
|
||||||
(assemble/write-invoke stmts op)
|
(assemble/write-invoke stmts op)
|
||||||
(get-output-string op)
|
(define js-code (get-output-string op))
|
Loading…
Reference in New Issue
Block a user