Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. uncategorized
  3. I do not understand how people think frameworks like Emscripten are valid.

I do not understand how people think frameworks like Emscripten are valid.

Scheduled Pinned Locked Moved uncategorized
33 Posts 4 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cnlohr@chaos.socialC This user is from outside of this forum
    cnlohr@chaos.socialC This user is from outside of this forum
    cnlohr@chaos.social
    wrote last edited by
    #1

    I do not understand how people think frameworks like Emscripten are valid. WASM webapps should only be a few kB. The default rawdraw scene is only 10kB transfer.

    a1ba@suya.placeA 1 Reply Last reply
    0
    • cnlohr@chaos.socialC cnlohr@chaos.social

      I do not understand how people think frameworks like Emscripten are valid. WASM webapps should only be a few kB. The default rawdraw scene is only 10kB transfer.

      a1ba@suya.placeA This user is from outside of this forum
      a1ba@suya.placeA This user is from outside of this forum
      a1ba@suya.place
      wrote last edited by
      #2
      @cnlohr emscripten tried to be POSIX compatible for browsers, but in reality, it's hardly conformant in anything and I would rather prefer if it instead presented browser APIs as is.

      But because wasm also literally made for anything but the web, you can't do that without a bunch of js wrappers.
      a1ba@suya.placeA ignaloidas@not.acu.ltI 2 Replies Last reply
      0
      • a1ba@suya.placeA a1ba@suya.place
        @cnlohr emscripten tried to be POSIX compatible for browsers, but in reality, it's hardly conformant in anything and I would rather prefer if it instead presented browser APIs as is.

        But because wasm also literally made for anything but the web, you can't do that without a bunch of js wrappers.
        a1ba@suya.placeA This user is from outside of this forum
        a1ba@suya.placeA This user is from outside of this forum
        a1ba@suya.place
        wrote last edited by a1ba@suya.place
        #3
        @cnlohr I think the only reason of Emscripten existing is to port some existing C apps and showcase "look WHAT I made to run in browser" for pure internet publicity.

        The quality doesn't matter in this case.
        1 Reply Last reply
        0
        • a1ba@suya.placeA a1ba@suya.place
          @cnlohr emscripten tried to be POSIX compatible for browsers, but in reality, it's hardly conformant in anything and I would rather prefer if it instead presented browser APIs as is.

          But because wasm also literally made for anything but the web, you can't do that without a bunch of js wrappers.
          ignaloidas@not.acu.ltI This user is from outside of this forum
          ignaloidas@not.acu.ltI This user is from outside of this forum
          ignaloidas@not.acu.lt
          wrote last edited by
          #4

          @a1ba@suya.place @cnlohr@chaos.social tbh wasm was done in a way where by default it can't do anything, so in general to do anything with it you have to do wrappers

          emscripten is just one of those

          a1ba@suya.placeA 1 Reply Last reply
          0
          • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

            @a1ba@suya.place @cnlohr@chaos.social tbh wasm was done in a way where by default it can't do anything, so in general to do anything with it you have to do wrappers

            emscripten is just one of those

            a1ba@suya.placeA This user is from outside of this forum
            a1ba@suya.placeA This user is from outside of this forum
            a1ba@suya.place
            wrote last edited by
            #5
            @ignaloidas @cnlohr yes, except it sucks.
            ignaloidas@not.acu.ltI 1 Reply Last reply
            0
            • a1ba@suya.placeA a1ba@suya.place
              @ignaloidas @cnlohr yes, except it sucks.
              ignaloidas@not.acu.ltI This user is from outside of this forum
              ignaloidas@not.acu.ltI This user is from outside of this forum
              ignaloidas@not.acu.lt
              wrote last edited by
              #6

              @a1ba@suya.place @cnlohr@chaos.social yeah

              what I meant more, is that if you want "wasm with web interfaces" - that's entirely possible to have with a wrapper, it's more of a question from the languages you're compiling to wasm to support it (emscripten is easy because posix has near-universal support, while browser interfaces don't)

              a1ba@suya.placeA 1 Reply Last reply
              0
              • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                @a1ba@suya.place @cnlohr@chaos.social yeah

                what I meant more, is that if you want "wasm with web interfaces" - that's entirely possible to have with a wrapper, it's more of a question from the languages you're compiling to wasm to support it (emscripten is easy because posix has near-universal support, while browser interfaces don't)

                a1ba@suya.placeA This user is from outside of this forum
                a1ba@suya.placeA This user is from outside of this forum
                a1ba@suya.place
                wrote last edited by a1ba@suya.place
                #7
                @ignaloidas @cnlohr yes but POSIX doesn't play nice with a complete absence of a filesystem and not only that but the whole asynchronous nature of running stuff in web browser.

                It just doesn't work like that.
                ignaloidas@not.acu.ltI lanodan@queer.hacktivis.meL 2 Replies Last reply
                0
                • a1ba@suya.placeA a1ba@suya.place
                  @ignaloidas @cnlohr yes but POSIX doesn't play nice with a complete absence of a filesystem and not only that but the whole asynchronous nature of running stuff in web browser.

                  It just doesn't work like that.
                  ignaloidas@not.acu.ltI This user is from outside of this forum
                  ignaloidas@not.acu.ltI This user is from outside of this forum
                  ignaloidas@not.acu.lt
                  wrote last edited by
                  #8

                  @a1ba@suya.place @cnlohr@chaos.social look, I don't disagree than emscripten is shit

                  I'm just saying that it's not wasm's fault that there's no wrapper for just connecting to browser interfaces

                  a1ba@suya.placeA 1 Reply Last reply
                  0
                  • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                    @a1ba@suya.place @cnlohr@chaos.social look, I don't disagree than emscripten is shit

                    I'm just saying that it's not wasm's fault that there's no wrapper for just connecting to browser interfaces

                    a1ba@suya.placeA This user is from outside of this forum
                    a1ba@suya.placeA This user is from outside of this forum
                    a1ba@suya.place
                    wrote last edited by
                    #9
                    @ignaloidas @cnlohr oh, I get it.

                    No, I think it is wasm fault because it's literally in the name.
                    a1ba@suya.placeA 1 Reply Last reply
                    0
                    • a1ba@suya.placeA a1ba@suya.place
                      @ignaloidas @cnlohr oh, I get it.

                      No, I think it is wasm fault because it's literally in the name.
                      a1ba@suya.placeA This user is from outside of this forum
                      a1ba@suya.placeA This user is from outside of this forum
                      a1ba@suya.place
                      wrote last edited by a1ba@suya.place
                      #10
                      @ignaloidas @cnlohr I may be stupid

                      but if thing called webthing, I suppose it should be for web

                      but I think there are more uses for wasm as a language for virtual machine that you can embed into your application rather than something to run in browser
                      ignaloidas@not.acu.ltI 1 Reply Last reply
                      0
                      • a1ba@suya.placeA a1ba@suya.place
                        @ignaloidas @cnlohr I may be stupid

                        but if thing called webthing, I suppose it should be for web

                        but I think there are more uses for wasm as a language for virtual machine that you can embed into your application rather than something to run in browser
                        ignaloidas@not.acu.ltI This user is from outside of this forum
                        ignaloidas@not.acu.ltI This user is from outside of this forum
                        ignaloidas@not.acu.lt
                        wrote last edited by
                        #11

                        @a1ba@suya.place @cnlohr@chaos.social consider - stuff that runs in browsers are applications

                        a1ba@suya.placeA 1 Reply Last reply
                        0
                        • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                          @a1ba@suya.place @cnlohr@chaos.social consider - stuff that runs in browsers are applications

                          a1ba@suya.placeA This user is from outside of this forum
                          a1ba@suya.placeA This user is from outside of this forum
                          a1ba@suya.place
                          wrote last edited by
                          #12
                          @ignaloidas @cnlohr yeah, it's code.

                          But without JS? Nearly useless.
                          ignaloidas@not.acu.ltI 1 Reply Last reply
                          0
                          • a1ba@suya.placeA a1ba@suya.place
                            @ignaloidas @cnlohr yeah, it's code.

                            But without JS? Nearly useless.
                            ignaloidas@not.acu.ltI This user is from outside of this forum
                            ignaloidas@not.acu.ltI This user is from outside of this forum
                            ignaloidas@not.acu.lt
                            wrote last edited by
                            #13

                            @a1ba@suya.place @cnlohr@chaos.social Just like it's useless outside of the browser without other code

                            I don't see why it should be particularly different in browsers. And this way, there's way more flexibility with it.

                            a1ba@suya.placeA 1 Reply Last reply
                            0
                            • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                              @a1ba@suya.place @cnlohr@chaos.social Just like it's useless outside of the browser without other code

                              I don't see why it should be particularly different in browsers. And this way, there's way more flexibility with it.

                              a1ba@suya.placeA This user is from outside of this forum
                              a1ba@suya.placeA This user is from outside of this forum
                              a1ba@suya.place
                              wrote last edited by
                              #14
                              @ignaloidas @cnlohr wasm running in a wasi compliant virtual machine is quite useful.
                              a1ba@suya.placeA 1 Reply Last reply
                              0
                              • a1ba@suya.placeA a1ba@suya.place
                                @ignaloidas @cnlohr wasm running in a wasi compliant virtual machine is quite useful.
                                a1ba@suya.placeA This user is from outside of this forum
                                a1ba@suya.placeA This user is from outside of this forum
                                a1ba@suya.place
                                wrote last edited by
                                #15
                                @ignaloidas @cnlohr I think if there was something like that in browsers, with browser specifics, like accessing DOM, sandboxed APIs and so on

                                wasm would get much more adoption than just running Quake with emscripten
                                ignaloidas@not.acu.ltI 1 Reply Last reply
                                0
                                • a1ba@suya.placeA a1ba@suya.place
                                  @ignaloidas @cnlohr I think if there was something like that in browsers, with browser specifics, like accessing DOM, sandboxed APIs and so on

                                  wasm would get much more adoption than just running Quake with emscripten
                                  ignaloidas@not.acu.ltI This user is from outside of this forum
                                  ignaloidas@not.acu.ltI This user is from outside of this forum
                                  ignaloidas@not.acu.lt
                                  wrote last edited by
                                  #16

                                  @a1ba@suya.place @cnlohr@chaos.social again, I think it's more of a language interface question (what does DOM API look like in C) than a wasm interface question

                                  a1ba@suya.placeA 1 Reply Last reply
                                  0
                                  • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                                    @a1ba@suya.place @cnlohr@chaos.social again, I think it's more of a language interface question (what does DOM API look like in C) than a wasm interface question

                                    a1ba@suya.placeA This user is from outside of this forum
                                    a1ba@suya.placeA This user is from outside of this forum
                                    a1ba@suya.place
                                    wrote last edited by
                                    #17
                                    @ignaloidas @cnlohr it's already solved problem in another kind of wrapper: an operating system kernel.

                                    It doesn't care from which language you call it unless you can emit syscalls.
                                    ignaloidas@not.acu.ltI 1 Reply Last reply
                                    0
                                    • a1ba@suya.placeA a1ba@suya.place
                                      @ignaloidas @cnlohr it's already solved problem in another kind of wrapper: an operating system kernel.

                                      It doesn't care from which language you call it unless you can emit syscalls.
                                      ignaloidas@not.acu.ltI This user is from outside of this forum
                                      ignaloidas@not.acu.ltI This user is from outside of this forum
                                      ignaloidas@not.acu.lt
                                      wrote last edited by
                                      #18

                                      @a1ba@suya.place @cnlohr@chaos.social right, but still - the wast, wast majority of software is useless without posix calls

                                      sure, you can provide some interface to web apis, but you'll still often need to wrap libraries/posix to fit into web apis

                                      so in the end you're just moving where you're doing the wrapping

                                      a1ba@suya.placeA 1 Reply Last reply
                                      0
                                      • a1ba@suya.placeA a1ba@suya.place
                                        @ignaloidas @cnlohr yes but POSIX doesn't play nice with a complete absence of a filesystem and not only that but the whole asynchronous nature of running stuff in web browser.

                                        It just doesn't work like that.
                                        lanodan@queer.hacktivis.meL This user is from outside of this forum
                                        lanodan@queer.hacktivis.meL This user is from outside of this forum
                                        lanodan@queer.hacktivis.me
                                        wrote last edited by
                                        #19
                                        @a1ba @cnlohr @ignaloidas Reminds me that even the most extremely basic profile of POSIX for embedded systems (PSE52) still requires a filesystem.

                                        https://posix.opengroup.org/docs/pse52-2003.html
                                        (Extreme because it's basically just turning POSIX into an extension of ISO C. Like there's nothing about shell & utilities or multi-user. That's in PSE54)
                                        a1ba@suya.placeA lanodan@queer.hacktivis.meL 2 Replies Last reply
                                        0
                                        • ignaloidas@not.acu.ltI ignaloidas@not.acu.lt

                                          @a1ba@suya.place @cnlohr@chaos.social right, but still - the wast, wast majority of software is useless without posix calls

                                          sure, you can provide some interface to web apis, but you'll still often need to wrap libraries/posix to fit into web apis

                                          so in the end you're just moving where you're doing the wrapping

                                          a1ba@suya.placeA This user is from outside of this forum
                                          a1ba@suya.placeA This user is from outside of this forum
                                          a1ba@suya.place
                                          wrote last edited by
                                          #20
                                          @ignaloidas @cnlohr the webapps written in javascript that your browser run right now doesn't require POSIX. And you know I wasn't talking about POSIX here.

                                          Let me write interactive websites without JS dammit. Wasm could've been an alternative if the "web" in its name had _any_ meaning.
                                          ignaloidas@not.acu.ltI 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups