Mirko Sertic Software Craftsman im Web / eCommerce Umfeld Ich baue wirtschaftliche und moderne IT Lösungen @mirkosertic [email protected] https://www.mirkosertic.de https://github.com/mirkosertic
Bootstrap WebAssembly.instantiate(… ).then(function(result) { // Zugriff auf Modul und Instanz var wasmModule = result.module; var runningInstance = result.instance; // Exportierte Funktion aufrufen runningInstance.exports.main(); });