mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add WebAssembly category (#3030)
This commit is contained in:
parent
a48130bd46
commit
b775fca569
10
README.md
10
README.md
@ -83,6 +83,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
- [Actual middlewares](#actual-middlewares)
|
- [Actual middlewares](#actual-middlewares)
|
||||||
- [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares)
|
- [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares)
|
||||||
- [Routers](#routers)
|
- [Routers](#routers)
|
||||||
|
- [WebAssembly](#webassembly)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [XML](#xml)
|
- [XML](#xml)
|
||||||
|
|
||||||
@ -2094,6 +2095,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [xmux](https://github.com/rs/xmux) - High performance muxer based on `httprouter` with `net/context` support.
|
* [xmux](https://github.com/rs/xmux) - High performance muxer based on `httprouter` with `net/context` support.
|
||||||
* [xujiajun/gorouter](https://github.com/xujiajun/gorouter) - A simple and fast HTTP router for Go.
|
* [xujiajun/gorouter](https://github.com/xujiajun/gorouter) - A simple and fast HTTP router for Go.
|
||||||
|
|
||||||
|
## WebAssembly
|
||||||
|
|
||||||
|
* [dom](https://github.com/dennwc/dom) - DOM library.
|
||||||
|
* [go-canvas](https://github.com/markfarnan/go-canvas) - Library to use HTML5 Canvas, with all drawing within go code.
|
||||||
|
* [tinygo](https://github.com/tinygo-org/tinygo) - Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
|
||||||
|
* [vert](https://github.com/norunners/vert) - Interop between Go and JS values.
|
||||||
|
* [wasmbrowsertest](https://github.com/agnivade/wasmbrowsertest) - Run Go WASM tests in your browser.
|
||||||
|
* [webapi](https://github.com/gowebapi/webapi) - Bindings for DOM and HTML generated from WebIDL.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
* [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9.
|
* [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9.
|
||||||
|
Loading…
Reference in New Issue
Block a user