You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to start a new little (so far empty) project and for starter - just serve it locally to see if it works. Unfortunately I'm hitting TypeError: wasm_exports.crate_version is not a function, no matter which "gl.js" / "js_bundle.js" I use. I've found not-fl3/macroquad#221 , however I'm unsure which file to use exactly as Cargo.toml points at miniquad = "0.3.0-alpha.37"
The text was updated successfully, but these errors were encountered:
Sorry for only reading this now, I forgot to add a watch for this repo somehow 😅
Could you give me some more context? Do you have a reproducable example? And which versions of gl.js / js_bundle.js did you already try? The file which should work is this one, which I also statically hosted here: https://psteinhaus.github.io/js/js_bundle.js
I'm trying to start a new little (so far empty) project and for starter - just serve it locally to see if it works. Unfortunately I'm hitting
TypeError: wasm_exports.crate_version is not a function
, no matter which "gl.js" / "js_bundle.js" I use. I've found not-fl3/macroquad#221 , however I'm unsure which file to use exactly asCargo.toml
points atminiquad = "0.3.0-alpha.37"
The text was updated successfully, but these errors were encountered: