golang-wasm icon indicating copy to clipboard operation
golang-wasm copied to clipboard

Golang-WASM provides a simple idiomatic, and comprehensive API and bindings for working with WebAssembly for Go and JavaScript developers

Results 6 golang-wasm issues
Sort by recently updated
recently updated
newest added

hey there, thanks @hhhapz for bringing this library to my attention from the discord chat. as mentioned there I had a hard to to get it to run in the...

Currently this incredible package only supports webpack. There are unified APIs however (e.g. using [unplugin](https://github.com/unjs/unplugin)) which would allow support for other bundlers too. Would be great to have that.

E.g. for accessing the linear storage it is necessary to have access to the WASM instance. This could exposed e.g. via a virtual module via query string (e.g. `import fastCode...

**Describe the bug:** Wasm doesn't load **Screenshots:** ![image](https://user-images.githubusercontent.com/5213601/201715985-f74fed92-8def-4842-9c2e-14b6f84c2167.png) **Browser, OS, Go version and Golang-WASM version:** - Browser: Edge - OS: Windows 11 - Go: 1.19.3 - Golang-WASM: 0.1.0 **Additional context:**...

**Describe the bug:** Missing path dashes on Windows **To reproduce:** CRA 5.0.1 craco 7.0.0 **Screenshots:** ![image](https://user-images.githubusercontent.com/5213601/201702862-81cb678a-115a-42d8-9c8a-a09d9f5f9aea.png) ![image](https://user-images.githubusercontent.com/5213601/201703137-5c46f9ad-9d01-4a35-8773-fd43018f1d5a.png) **Browser, OS, Go version and Golang-WASM version:** - OS: Windows 11 - Go:...