IRC channel logs
2024-07-04.log
back to list of logs
<abcdw>How to call a hoot function from js? <abcdw>Ok, figured it out: [tmp] = await Scheme.load_main("hello.wasm", {}, { window: { alert: (s) => window.alert(s)}}); tmp.call() <dthompson>abcdw: hi! glad you figured it out! (just catching up on irc logs now)