Login
Username:
Password:

WASM Notes

To compile something which reads local files (so 'package' the local files with it at compile time), simply add the [i]--preload-file [directory name of static assets][/i] option to the [i]emcc[/i] command. This will add a [name].data file to the directory with your compiled WASM file.