Closed desttinghim closed 7 months ago
Makes run-docserver use the generated files as the docs root automatically. Adds 2 new functions, zap.mimetypeRegister and zap.mimetypeClear. This was needed to serve the webassembly modules from the docs in a way browsers will accept.
run-docserver
zap.mimetypeRegister
zap.mimetypeClear
Cool! Thank you for fixing this!
Makes
run-docserver
use the generated files as the docs root automatically. Adds 2 new functions,zap.mimetypeRegister
andzap.mimetypeClear
. This was needed to serve the webassembly modules from the docs in a way browsers will accept.