Owen Waller
Owen Waller
As per the description in the Contributing guide: `simplehttp` is an earlier attempt at development tooling use `devutil` instead. `tinygo-dev` will be removed, the working parts have moved into `devutil`....
Once the `legacy-wasm-test-suite` has been removed see Issue #280 then the `devutil` package can also be removed. Currently within `vugu` the external use cases on the `devutil` package are: ```...
Once #278 and #279 are closed, there is no reason for the `legacy-wasm-test-suite`. At that point the `legacy-wasm-test-suite` package should be deleted. No external code should depend on this package...
Following the refactoring of the `wasm-test-suite` `test-023-lifecycle-callbacks` is now *incomplete*. Although the test passes it is incomplete. Please see the `FIXME` comment in the test case `wasm-test-suite/test-023-lifecycle-callbacks/main_test.go`
Following the refactoring of the `wasm-test-suite` `test-012-router` is now *incomplete*. Although the test passes it is incomplete. Please see the `FIXME` comment in the test case `wasm-test-suite/test-012-router/main_test.go`
Hi, Could some one please be clear on the current level of support offered by `tinygo` for the `net/http` package when building for a `wasm` target, but where the `wasm`...
Hi, Can someone please clarify the level of support provided by tinygo (v0.32.0 - which is the latest AFAIK) with respect to a wasm target that is being executed in...
An inital port of the Vue conditionals and loops example taken from: https://vuejs.org/examples/#conditionals-and-loops To run this example can be run using the magefile with: mage singleExample github.com/vugu/vugu/examples/vg-if and then browsing...
The Go Wiki states: Note: The same major Go version of the compiler and wasm_exec.js support file must be used together. That is, if main.wasm file is compiled using Go...
In case anyone is using trying to build `vugu` using Go v 1.23 If you have run a `mage All` , `mage AllWithLegacyWasm`, `mage AllGitHubAction` or `mage Lint` then the...