Skip to content

hubenchang0515/shift

Repository files navigation

Shift

WebAssembly runtime for Python, Lua, Ruby and etc.

See shift-wasm to get npm package.

preview

Usage

Select your programming language from the menu in the bottom right corner.

Edit your code in the editor.

Set the input to standard input in the input box at the bottom.

Click the RUN button or press Ctrl + S to run the code.

Click the CLEAR button or press Ctrl + L to clear the terminal.

Click the SHARE button to generate and copy the share link.

Demo

Tips

  • CC:
    • emcc
  • LDFLAGS:
    • -s EXPORT_ES6=1
    • -s EXPORTED_RUNTIME_METHODS=FS
    • -s ALLOW_MEMORY_GROWTH=1
    • -s ENVIRONMENT=web

About

WebAssembly runtime for Python, Lua, Ruby and etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages