Skip to content

jamietop/cmark-frontend-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmark-frontend-example

This example project illustrates how to use MoonBit APIs exported to WASM in a JavaScript-based Web frontend application.

Getting Started

You will need a recent version of MoonBit installed on your system, as well as any Web server of your choice. The following example uses Python's built-in HTTP server.

> moon -C cmarkwrap build --release --no-strip --target=wasm-gc
> python3 -m http.server

Then, you may open your browser and navigate to http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.6%
  • JavaScript 37.6%
  • HTML 9.2%
  • MoonBit 7.6%