0.0.2 • Published 7 months ago

@advanced-virtual/wasm-io v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

WASM IO

A Tauri-based desktop application toolkit for building cross-platform applications with WebAssembly.

Features

  • Seamless integration with Tauri 2.0
  • CLI tools for development and building
  • Cross-platform development and platform support (Windows, macOS, Linux)
  • WebAssembly-first architecture

Project Requirements

  • Bring your own react metaframework (NextJS/Remix/Astro)

Installation

please note. this package must be used in a pnpm workspace/project only

pnpm install @advanced-virtual/wasm-io

Start Dev Build Server

To preview your application during development:

Set .env Variables

// Command to Start Front End Dev Server
DEV_SERVER_COMMAND="pnpm dev"
// Dev Server Target URL
DEV_SERVER_URL="http://localhost:3000"
// Frontend Build For Tauri Offline
BUILD_LOCATION="dist"
// Build Command for Tuari Prod
BUILD_COMMAND="pnpm build"

This will launch your application in development mode with hot-reload enabled.

0.0.2

7 months ago

0.0.1

7 months ago