Giter Site home page Giter Site logo

Lua cartridge support about wasm4 HOT 4 CLOSED

aduros avatar aduros commented on May 14, 2024 2
Lua cartridge support

from wasm4.

Comments (4)

MaxGraey avatar MaxGraey commented on May 14, 2024 2

The main highlight of wasm4 is WebAssembly. Even the name reflects this. If you add Lua, everyone will firmly associate this project with another pico8 clone IMO

from wasm4.

eXponenta avatar eXponenta commented on May 14, 2024

Compile tools will still required, or you will need has CLI
with wasm recompiler that will replace placeholder for lua source.

You should store LUA source because there are not IO in API.
If IO will be - this will hacky, because you allow share resources inside/outside cart files.

Anyway you cannot compile Lua onto 64kb with 64 ram limit:)), because i not seen wasm with luavm less that 200kb

Conclusion:
LUA is bad idea. It requiring use bigger that cart runtime that already not allowed or require store LuaRuntime inside player.
Then main idea of wasm4 - cart is single file in binary representation on pure wasm, and use a lua outside it kills the whole point.

And already exists a pico8 and similar consoles with string representation of source. Why this needed?

from wasm4.

aduros avatar aduros commented on May 14, 2024

Compile tools will still required, or you will need has CLI with wasm recompiler that will replace placeholder for lua source.

That's the idea, to allow injecting Lua source into a prebuilt lua-cart.wasm using a w4 CLI command. It wouldn't involve adding anything Lua-specific to the runtime.

Anyways, this would probably be a pain to implement. I'm not planning on it unless there's enough demand.

from wasm4.

aduros avatar aduros commented on May 14, 2024

Supplanted by #204

from wasm4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.