IRC channel logs
2025-11-09.log
back to list of logs
<ArneBab>jboy: that’s what I’d like to do, yes, but I did not find a way to pass preloaded wasm to Scheme.load_main from reflect.js <kestrelwx>Do I have to make a null from JS in order to pass one from Scheme as an argument? <ArneBab>sneek: later tell kestrelwx: accorting to reflect.scm, '() becomes null in wasm. <dthompson>ArneBab: hoot 0.7 added support for loading modules from js buffer objects <dthompson>sneek: later tell kestrelwx yes, you'll need to acquire a reference to the null object.