Skip to content

Latest commit

 

History

History

wasm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Run magpie programs in the browser using WebAssembly

In the magpie home directory, just run run_wasm.sh, then open your browser, and type http://localhost:9090.

Below is the snapshot of the running magpie demo in browser:

magpie playground


magpie playground


magpie playground

Limitation

  1. Can not use 'stdin', 'stdout' and 'stderr'
  2. Can not use file object's method. e.g. fileObj.read(), fileObj.readLine()