wasm-hello package icon
nowo/wasm-hello

wasi

Public
wasmer run nowo/wasm-hello

Hello World

docs

Rust wasm package,rust to wasm and publish package

This package print an array and "Hello World"

fn main() {
    let a = [10, 20, 30, 40, 50];

    for element in a {
        println!("the value is: {element}");
    }
    let x = "Hello";
    println!("{x}, world!");
}

Description for package wasm-hello,learn wasm


Github
More packages
Description for package wasm-hello
Kaito Sawada
Kaito Sawada
Kaito Sawada
Kaito Sawada
cuticle999/Hello-wasm website
hello world example with wasm and wapm
huhn
huhn
huhn
huhn
Hello world!
Dan Bruder
Dan Bruder
Dan Bruder
Dan Bruder
A simple example of a WASM module saying hello
Roberto Huertas
Roberto Huertas
Roberto Huertas
Roberto Huertas