GithubHelp home page GithubHelp logo

Q: Who is the user? about wasm4 HOT 3 CLOSED

aduros avatar aduros commented on May 16, 2024
Q: Who is the user?

from wasm4.

Comments (3)

aduros avatar aduros commented on May 16, 2024 1

For the common platforms I'm planning to support things like w4 bundle build/cart.wasm --windows my-game.exe even if you're not on Windows. Prebuilt runtime binaries would be shipped with wasm4 and the cartridge would be injected into them, without requiring recompilation. Exciting stuff!

As for how to best support embedded devices, not sure yet but one step at a time πŸ˜„

from wasm4.

aduros avatar aduros commented on May 16, 2024

Is the goal of the project to be extendable for language creators, or to write Wasm games that run easily on any new/exotic platform?

Both! πŸ˜„

From my point of view, there are only two main platforms: the web browser (written in JS), and everywhere else (written in C). The C implementation would use something like wasm3 to run on everything from desktops to embedded devices. Would that not basically cover every platform or am I missing something?

We'll always have to maintain some platform-specific code for touching the hardware for things like sound, I/O, etc. I think the only platform agnostic part of the runtime right now is framebuffer.js, which is fairly minimal. We'll need to port that file to C at some point.

I avoided including the runtime in the cartridge wasm because:

  • Smaller cartridges since they don't include any runtime.
  • For embedded platforms, runtime methods implemented in native C are faster.
  • Runtime methods don't need to be re-implemented in multiple client languages (AssemblyScript + C + Rust + Go + ...)

In the future if the runtime grows and maintaining JS + C versions becomes a lot of work, we could potentially move everything to C and compile that to a wasm4-runtime.wasm shared library that we load on both web and native.

What do you think?

from wasm4.

ttulka avatar ttulka commented on May 16, 2024

Thanks for the answer, makes a lot of sense!

So, wasm4 provides C source codes that the user can compile the platform on any machine/architecture/whatever from. Then some glue code for IO and it is ready to go.

I guess more insight will be gathered from the first implementation. I am looking forward!

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.