Nicholas Wilson

Results 25 comments of Nicholas Wilson

What do you mean by "is not available" during start? Presumably the Memory that is created for import could (in principle) be accessed via a closure while start is executing....

@alourie > The Pick call is used by the query_executor to find the host to run the query with, it just basically goes over all the valid (active) hosts in...

malloc can enlarge the memory from within the Wasm code; so in my JS glue on every operation that accesses the memory views I have to check that the view...

> @NWilson Are you providing JS glue for arbitrary wasm modules? If you're generating the modules yourself it seems like it would be better to add an import hook instead....

It's a bit of a pain, isn't it. I think there's a gap in the market here, where existing frameworks very much assume that module instantiation is synchronous. For example,...