Surfing on wave.. WASM
Sebastiaan Koppe
mail at skoppe.eu
Tue May 28 11:19:47 UTC 2019
On Tuesday, 28 May 2019 at 07:47:33 UTC, KnightMare wrote:
>> strings are pretty easy, i was more interested in native
>> objects from the JS side like dom elements.
>
> https://github.com/skoppe/spasm/blob/v0.1.13/README.md#spa-framework
> here Koppe went deep enough in dom
That is the spa framework part of spasm.
I also have bindings to many web apis. All generated from WebIDL
files.
https://github.com/skoppe/spasm/tree/master/source/spasm/bindings
Example:
https://github.com/skoppe/spasm/blob/master/examples/dom/source/app.d
https://github.com/skoppe/spasm/blob/master/examples/fetch/source/app.d
More information about the Digitalmars-d
mailing list