Zack Radisic

Results 37 comments of Zack Radisic

Just wanted to chime in and say that there is not any current way to compile js to wasm, you can read about why that it is [here](https://github.com/WebAssembly/design/issues/219). If we...

The main thing that compelled me to bring up goscript is that it is an interpreter so the Go code doesn't have to be compiled. If you try the tiny-go...

Hmm that's weird, think it's just vague wording on the docs, I poked around the TinyGo playground's source code and I see that they setup an `/api/compile` route [here](https://github.com/tinygo-org/playground/blob/master/main.go#L80) which...

TinyGo is preferred because it strips some of the runtime bloat since go wasm binaries are known to be c h o n k y, but none of these can...

Sounds like a good plan 🚢 ♻️ I can port over some of my existing code from my demonstration, any specific way you want me to do it? Perhaps we...

So what I was thinking is we have `@slip/run-wasm` which is the "core" package and has the main `RunWasm` component, then each language can expose a class or an object...

Amazing find @quackduck !! Scriggo has far more [complete](https://scriggo.com/templates/builtins) support for Go's stdlib. Scriggo's playground is already using wasm so I'll definitely try taking a look at that and getting...

Can you show me a stacktrace or a snippet of your code so I can better diagnose the problem? Thanks!

@L-architec-T Which version of this module are you using?

Nice catch, investigated a little bit and the code above should crash bc of stack overflow, but on the site the wasm environment is not being teared down properly so...