• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 49 50 51 52 53 ... 369 Next »

Dolphin Emulator and Webassembly
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin Emulator and Webassembly
10-07-2018, 07:30 AM
#1
fudgepop01 Offline
Junior Member
**
Posts: 8
Threads: 4
Joined: Dec 2016
Hello everyone! I LOVE dolphin emulator and it's an absolutely *incredible* tool not just for playing games, but for studying them too. I love how this emulator allows you to take a deep-dive into the virtual memory to see how memory is handled and how things work. After trying to build an online program to reverse-engineer .gct files (compiled gecko codesets) and convert them to something more "human-readable" (you can see the current progress [here](https://pastebin.com/rfPGKjtX), tested on the ProjectM codeset), I looked into the Dolphin Emulator source code for some further insight. I wondered how the source code was organized - what files and directories contained what valuable information.

As I was looking I not-only learned that stuff, but I also learned that Dolphin Emulator is written almost entirely in C / C++. From this information I have a question:

In theory, could Dolphin Emulator be ported to webassembly and put on the web? :o

> Webassembly?

Here is Webassembly's official site:
https://webassembly.org/

Webassembly is a compilation target that has been implemented in many major browsers. In short, it allows low-level programming languages to run on the web by compiling them to WASM rather than code specific to the operating system. Here is a repository of languages that can reach this compiler target:
https://github.com/appcypher/awesome-wasm-langs

Among these are C and C++ with symbols representing full (or near-full) implementation.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Dolphin Emulator and Webassembly - fudgepop01 - 10-07-2018, 07:30 AM
RE: Dolphin Emulator and Webassembly - AnyOldName3 - 10-07-2018, 10:47 AM
RE: Dolphin Emulator and Webassembly - Stenzek - 10-10-2018, 12:50 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode