Sign inSign up

nownabe/x86-emulator-js

By nownabe

Updated almost 10 years ago

Emulator for i386

Image
0

2.4K

nownabe/x86-emulator-js repository overview

Run locally

docker run -p 9292:80 nownabe/x86-emulator-js

Development

Run

bundle exec puma

Bundle

cd public
jspm bundle-sfx src/index bundle.js --minify --skip-source-maps

Build

docker build -t x86-emulator-js .
docker run -p 9292:80 x86-emulator-js

Test to Assemble

curl -s -X POST localhost:9292/assemble [email protected] | jq

Tag summary

Content type

Image

Digest

Size

94.6 MB

Last updated

almost 10 years ago

docker pull nownabe/x86-emulator-js