Skip to content

assembly code syntax highlighter written in rust (compiled into wasm for browser usage)

Notifications You must be signed in to change notification settings

najmiter/asm-chitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

cargo install wasm-pack
wasm-pack build --target web
npm init wasm-app my-web-app

Then in the index.js of this template, you may start using the wasm stuff:

import init, { chittify } from '../pkg/chitter.js';

await init(); // MAKE SURE TO INITIALIZE!
console.log(chittify('some string'));

About

assembly code syntax highlighter written in rust (compiled into wasm for browser usage)

Topics

Resources

Stars

Watchers

Forks

Languages