wasm-sudoku-solver icon indicating copy to clipboard operation
wasm-sudoku-solver copied to clipboard

How to compile

Open HardikSo opened this issue 4 years ago • 5 comments

Not opening in browser and how to compile this?

HardikSo avatar Jan 08 '20 19:01 HardikSo

There is no compilation required if you use a modern browser, you’ll need one that supports JavaScript imports: https://caniuse.com/#feat=mdn-javascript_statements_import

ColinEberhardt avatar Jan 08 '20 19:01 ColinEberhardt

No, actually I want to make this project on my own that is why I was asking. Can you please put a readme for that? And when I go to the site mentioned, in the console it gives the server responded with a status of 404 ()?

HardikSo avatar Jan 08 '20 19:01 HardikSo

Okay , I got the camera working but it is not giving any solution to it.

HardikSo avatar Jan 08 '20 19:01 HardikSo

the error it is throwing is "Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 2147352576, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 "

HardikSo avatar Jan 08 '20 19:01 HardikSo

I have this too on chrome

image

elad-eyal avatar Jan 16 '21 12:01 elad-eyal