remove date from core, app_wasm.html
This commit is contained in:
@@ -96,6 +96,7 @@ int main(int argc, char **argv) {
|
||||
" -Wl,-export-dynamic,--allow-undefined,--import-memory,--no-entry,--initial-memory=131072000,--max-memory=4294967296"
|
||||
);
|
||||
os_copy("main.wasm", "../package/main.wasm", os_copy_overwrite);
|
||||
os_copy("../src/app/app_wasm.html", "../package/index.html", os_copy_overwrite);
|
||||
if (ok != 0) return ok;
|
||||
}
|
||||
return ok;
|
||||
|
||||
Reference in New Issue
Block a user