wasmer-pack 0.7.1

A code generator that lets you treat WebAssembly modules like native dependencies.
Documentation
1
2
3
4
5
6
7
---
source: crates/wasmer-pack/src/js/mod.rs
expression: "files[\"package/src/commands/second-with-dashes.d.ts\"].utf8_contents().unwrap()"
---
import type { ExitStatus, RunOptions } from "../index";

export function load(options?: Partial<RunOptions>): Promise<ExitStatus>;