Amirouche Boubekki
unread,Nov 20, 2021, 2:19:53 AM11/20/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to biwas...@googlegroups.com
I had a different error.
I figured that at least with the way preactjs is packaged, I need
first to retrieve the js function with biwascheme `js-eval`, then use
biwascheme `js-call` to call that function, example:
(define h (js-eval "preact.h"))
(define component (js-call h "h1" (js-new "Object") "hello schemers"))
So there are no problems anymore. I attached all the files to this
message (except biwascheme.js (because Google does not let me attach
it)).
Thanks.
(note: I am also investigating chicken's spock)