jtenner

Results 143 comments of jtenner

I think that using WASI is probably moot, and a new specialized tool that generates tests with wasi should be created. @willemneal I believe that we should refactor the strict...

Not yet. This is something I plan on looking into.

I don't believe closures will be supported anytime soon. On top of this, we don't keep track of when functions are called, what function indexes are used, and this would...

Please let me know if I can help. Thanks!

I can share my grammar and builtin usage if you want.

Ah. It looks like it's in the `whitespace` builtin!

Is this still a problem?

I think I'm experiencing something like this problem myself. Is this issue still open?

> @kopach Hi, honestly I didn't dive into it deeply. I just reused this code to solve the issue. Maybe it will be helpful. > > ```ts > export type...

I hit similar trouble using `bunx --bun parcel` It just looks like a `napi` feature hasn't been implemented yet. Perhaps someone might be able to point me in the right...