Oscar Spencer

Results 100 comments of Oscar Spencer

Yes, binary operators in Grain must appear on the same line as the first argument.

Just calling out that it's not a bug 🙂 Supporting that syntax would be an entirely separate issue from this, though. Because an end-of-line character terminates a statement in Grain,...

As @bluebat mentioned, this has been possible for some time.

Thanks @ericvergnaud for your work here—there have certainly been some pain points around the high-level JS API. I think this repository's responsibility is just the core C++ implementation. We should...

That makes sense. It looks like some implementations of `readv`/`writev` do allocate a temporary large buffer in the case that the number of provided iovs exceeds the limit of the...

Thanks for the pointers; this was really helpful. I hadn't realized that wasmtime doesn't yet support external imports, so it might be a little while before we can go through...

Sure. It's pretty much this line from https://bytecodealliance.github.io/wasmtime/cli-options.html#run: > The wasmtime CLI will automatically hook up any WASI-related imported functionality, but at this time if your module imports anything else...

Yeah, dynamic linking is exactly what I'm talking about, and it's good to know that we'll get there one day. In the meanwhile, we could probably make some changes to...

I think it's probably more trouble than it's worth. The problem will always be with APIs like `BinaryenLoopGetBody`, where you don't know the kind of expression you're going to get...