Skip to main content
Module

x/wasmbuild/tests/add.js

Build tool to use Rust code in Deno and the browser.
Go to Latest
File
export function add(a, b) { return a + b;}