rune-wasm 0.14.0

A WASM module for the Rune Language, an embeddable dynamic programming language for Rust.
Documentation
1
2
3
4
5
6
7
import wasm from "./Cargo.toml";

export async function init() {
    module = await wasm();
}

export var module = null;