Surma
Surma
@navono Can you give me some reproduction steps? Thereās all kinds of dependencies and other cruft, the tests donāt pass and I honestly have no idea how to reproduce the...
@developit wdyt?
I donāt quite follow. There is an official [Data URL plugin](https://github.com/rollup/plugins/tree/master/packages/url). Does that not work for you?
My intuition would be for `mmap` to have a similar interface to `ArrayBuffer` ā maybe even a specially backed `SharedArrayBuffer`? I donāt know the internals of `ArrayBuffer`s too well, so...
Considering you can share a `mmap()`ād fd to multiple threads in C, I am pretty sure WASM will want to have that behavior, too.
> I think the original idea of returning a buffer that is just the mmap of a file would be pretty decent too I think this is āgood enoughā. Thereās...
There is a note underneath saying āNote: extra parameters are not allowed, including the empty `application/wasm;`ā
I do wonder why this spec is so strict about the header value.
It seems to be specifically about using `externref` in imported functions. Both an `externref` parameter and return type will trigger this error, but not for an exported function.
@martianboy Ah of course! That makes a lot of sense. Since the reference types proposal also allows having multiple tables, it seems like your idea with the table is a...