copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.62k stars 1.37k forks source link

Use async/await #632

Open copy opened 2 years ago

copy commented 2 years ago

E.g. for load_files, see https://github.com/copy/v86/search?l=JavaScript&q=.then

nitintecg commented 2 years ago

@copy i have modified some files but i want to run testcases to ensure that everything is working since while build is giving correct results. Can you tell me steps / suggest to run the testcases ?

copy commented 2 years ago

@nitintejuja make qemutests or make nasmtests or make kvm-unit-test