Surma
Surma
### Describe the bug It seems that if you have the same attribute twice, the HTML parser to fail. (Tested it with `class=`, `data-a=` and `x=`. It fails for all...
I’m publishing this Draft PR so folks can experiment with this. @torch2424 I’d love to hear what you think about this in general. I’m sure the code needs some cleaning...
I’m not 100% sure I dug out the very core issue here, but I put a sufficiently minimal [repro in a gist](https://gist.github.com/surma/7cc043d26c56915a37dd79110e5d783c), which will hopefully help analyze the bug. I...
Add lol
```wat (module (type (;0;) (func)) (type (;1;) (func (result externref))) (import "gl" "createProgram" (func $src/asc/gl/createProgram (type 1))) (func $src/asc/lemonsoda/init (type 0) call $src/asc/gl/createProgram drop ) (export "init" (func $src/asc/lemonsoda/init)) )...
Probably something like: `new SQLiteSessionStorage(filePath)` and then we add a new, static constructor: `SQLiteSessionStorage.withDB(sqliteDBInstance)`
**Is your feature request related to a problem? Please describe.** What prompted me to open this issue is the following scenario: I want to write a simple, Instagram-like gallery. I...
(Sorry to not provide a proper repro. I’ll provide one later if you want, just wanted to get the issue opened before I forget). If I have code indented with...
I am wondering why the explainer currently says that the core module exports are completely inaccessible unless the host doesn't have support for interface types or exports are explicitely re-exported....