Skip to content

File I/O

Clean Importer requested to merge file-io into master

This adds support for a number of file I/O instructions to the interpreter (not supported yet are shared files and reopenF). These are implemented in the C interpreter (but have to be enabled explicitly); the Wasm version throws exceptions.

Merge request reports