cueckoo

Results 280 comments of cueckoo

_Original reply by @rudolph9 in https://github.com/cuelang/cue/issues/86#issuecomment-527543506_ > @rudolph9 Then maybe lang-wasm? Can we call it `lang-wasm-js`? Since it's providing a js wrapper around a wasm compile target. > > BTW,...

_Original reply by @mpvl in https://github.com/cuelang/cue/issues/86#issuecomment-527550444_ > > @rudolph9 Then maybe lang-wasm? > > Can we call it `lang-wasm-js`? Since it's providing a js wrapper around a wasm compile target....

_Original reply by @marcus-sa in https://github.com/cuelang/cue/issues/86#issuecomment-537711864_ I'd be really interested in this aswell.

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/86#issuecomment-538059819_ cc @mvdan who has experience of this sort of thing in https://github.com/mvdan/sh

_Original reply by @marcus-sa in https://github.com/cuelang/cue/issues/86#issuecomment-538069532_ As a workaround for now, I'm currently thinking about either: 1) Wrapping a gRPC server around the CUE package 2) Executing CLI commands from...

_Original reply by @rudolph9 in https://github.com/cuelang/cue/issues/86#issuecomment-538156152_ I did a little investigating on this today to explore using [gopherjs](https://github.com/gopherjs/gopherjs) to compile directly to javascript but unfortunately it seems it don't fully...

_Original reply by @myitcv in https://github.com/cuelang/cue/issues/86#issuecomment-539410466_ @rudolph9 my fork of GopherJS does have module support https://github.com/myitcv/gopherjs https://github.com/myitcv/gopherjs/pull/50 is tracking Go 1.13 support, but things work with Go 1.12, as demonstrated...

_Original reply by @rudolph9 in https://github.com/cuelang/cue/issues/86#issuecomment-555596668_ > > I didn't, but created `mpvl`. > > @mpvl I invited that user and will be able to make you owner once you...

_Original reply by @rudolph9 in https://github.com/cuelang/cue/issues/86#issuecomment-556860421_ @myitcv thanks for the tip, I was able to successfully target JS using your fork of gopherjs. Still pretty rough, still need to properly...

_Original reply by @rudolph9 in https://github.com/cuelang/cue/issues/86#issuecomment-558396917_ If anyone is interested I created a draft package to check out: https://github.com/rudolph9/lang-js/packages/63456 fyi github packages is a little finicky and wound up doing...