Die fetch()-Funktion löst URLs nun relativ zu "Switch.entrypoint
" auf und URLs mit einem "data:
"-Schema funktionieren nun. Die console-Funktionen unterstützen jetzt printf-Formatter sowie mehrere Argumente und "global.navigator" wurde hinzugefügt. Näheres im Changelog.
* Add fib.wasm test * Make fetch() URL resolve relative to Switch.entrypoint * Use uwu/assert functions * Make the console functions handle printf formatters and multiple arguments * Make data: scheme URLs work with fetch() * Remove "en-US" from MDN links * Add navigator global with userAgent property * Docs tweaks * Fix compile warning * Add Switch.version.wasm3 * Add "fail.wasm" test * Update IP * Support "memory" type in WebAssembly.Module.imports() and WebAssembly.Module.exports() * Fix "starwars" example * Fix setting WebAssembly.Global value before being "bound" to a WASM module * Free JS references to make process exit cleanly * Version Packages (#35)