Skip to content

Instantly share code, notes, and snippets.

View JohannesDeml's full-sized avatar
🥽
Making Science

Johannes Deml JohannesDeml

🥽
Making Science
View GitHub Profile
@JohannesDeml
JohannesDeml / unity-2022.3.21f1-debug-decompiled_part1.txt
Last active April 12, 2024 07:26
Untiy 2022.3.21f1 wasm decompiled with wasm2js with readable method names
This file has been truncated, but you can view the full file.
// Unity Project: https://github.com/JohannesDeml/UnityWebGL-LoadingTest with commit de7bdf9ac13edc7619f17ebe0713546a44c004f0
// Decompiled with wasm2js (https://github.com/WebAssembly/binaryen) - If you use debug builds you get proper method names
import * as env from 'env';
import * as wasi_snapshot_preview1 from 'wasi_snapshot_preview1';
function Table(ret) {
// grow method not included; table is not growable
ret.set = function(i, func) {
this[i] = func;