gobuffalo / plush

The powerful template system that Go needs
MIT License
895 stars 57 forks source link

Does this library uses a assembly #74

Closed vikram-rawat closed 5 years ago

vikram-rawat commented 5 years ago

Does it uses web assembly to throw code at the browser or it lets server handle the Templating.

markbates commented 5 years ago

Plush doesn't use a file system, it uses string inputs so, in theory, you can use in WASM. I know it has been used with GopherJS before.

As WASM hasn't been tested, as far as I know, you're best bet is to try it and see.