bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

WASM Support

Open elliotsayes opened this issue 1 year ago • 1 comments

Trying to build for web gives: don't know how to build Lua for wasm32-unknown-unknown ..originating from the lua-src-rs package. That package does support wasm, but only the wasm32-unknown-emscripten target which doesn't work with bevy

elliotsayes avatar Dec 21 '24 11:12 elliotsayes

As you see this is likely not possible until both mlua and bevy support a common wasm target

makspll avatar Feb 01 '25 19:02 makspll