3

Hello Luna

 1 year ago
source link: https://luna-demo.vercel.app/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Hello Luna

Welcome to Luna.
A sample compiler for WebAssembly Text Format.
Check the github repository

Try to change the name of the export (e.g. "addNumbers" to "lunaAddition")

xxxxxxxxxx
(module
  (func (export "addNumbers") (param i32 i32) (result i32)
    local.get 0
    local.get 1
    i32.add)
)
Waiting... (click the compile button)
Calculate (add or subtract):
Num 1
Num 2

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK