capy-ui / capy

💻Build one codebase and get native UI on Windows, Linux and Web
https://capy-ui.org
Mozilla Public License 2.0
1.61k stars 60 forks source link

WASM backend does not compile because the Allocator function has changed #3

Closed TapioT closed 2 years ago

TapioT commented 2 years ago

Compiling with

zig build-exe --pkg-beign zgt src/main.zig --pkg-end -target wasm32-freestanding examples/demo.zig

fails with error `expected type '*std.mem,Allocator', found 'std.mem.Allocator'

This seems to be a result of Allocgate

TapioT commented 2 years ago

Created pull request to fix this:

5