jtenner

Results 143 comments of jtenner

Please validate that this is true. I put the error into the playground and got the following error. ``` ;; INFO asc module.ts --textFile module.wat --outFile module.wasm --bindings raw -O3...

To anyone experiencing this problem, the following workaround seems to work just fine: ```ts let a = [1, 2, 3]; let e = unchecked(a[0]); if (isReference(e)) ERROR("This should not be...

I am very excited for this pull request. Is there anything I can do to help out?

Hey! Any status on this? I really loved this plugin, and want to use it.

Hey @ColinEberhardt I was thinking that we could have a little pow-wow about this software and see where it takes us. I would love to help update this software to...

https://github.com/fluent-ffmpeg/node-fluent-ffmpeg Does this help?

Whoops. Misunderstood. Sorry about that.

@willemneal what do you think this is?

It's useful to run tests in a browser, and thus should be able to report the test results to a web page. I don't have any use cases specifically, or...